option icons working, new font format, more theme metrics cleanup

This commit is contained in:
Chris Danford
2002-09-03 22:31:06 +00:00
parent 106531a0f8
commit 7ab487072f
48 changed files with 350 additions and 286 deletions
+3 -3
View File
@@ -65,11 +65,11 @@ ScreenGraphicOptions::ScreenGraphicOptions() :
{
LOG->Trace( "ScreenGraphicOptions::ScreenGraphicOptions()" );
Init(
Init(
INPUTMODE_BOTH,
g_GraphicOptionsLines,
NUM_GRAPHIC_OPTIONS_LINES
);
NUM_GRAPHIC_OPTIONS_LINES,
false );
UpdateRefreshRates();
m_Menu.StopTimer();