MenuTimer cleanup

This commit is contained in:
Chris Danford
2003-03-11 21:33:11 +00:00
parent 35bf217063
commit a11de99043
19 changed files with 134 additions and 127 deletions
+1 -2
View File
@@ -72,8 +72,7 @@ ScreenAppearanceOptions::ScreenAppearanceOptions() :
g_AppearanceOptionsLines,
NUM_APPEARANCE_OPTIONS_LINES,
false );
m_Menu.m_MenuTimer.SetTimer( 99 );
m_Menu.m_MenuTimer.StopTimer();
m_Menu.m_MenuTimer.Disable();
SOUNDMAN->PlayMusic( THEME->GetPathTo("Sounds","ScreenAppearanceOptions music") );
}