Consolidate player option and song option screens. Are people ok with this?

This commit is contained in:
Chris Danford
2003-08-23 22:04:57 +00:00
parent 4fd5ede6de
commit 45858747a5
16 changed files with 261 additions and 195 deletions
+4 -4
View File
@@ -29,8 +29,8 @@ enum {
};
OptionRow g_AutogenOptionsLines[NUM_AUTOGEN_OPTIONS_LINES] = {
OptionRow( "Autogen\nMissing Types", "OFF","ON" ),
OptionRow( "Autogen\nGroup Courses", "OFF","ON" ),
OptionRow( "Autogen\nMissing Types", true, "OFF","ON" ),
OptionRow( "Autogen\nGroup Courses", true, "OFF","ON" ),
};
ScreenAutogenOptions::ScreenAutogenOptions() :
@@ -39,10 +39,10 @@ ScreenAutogenOptions::ScreenAutogenOptions() :
LOG->Trace( "ScreenAutogenOptions::ScreenAutogenOptions()" );
Init(
INPUTMODE_BOTH,
INPUTMODE_TOGETHER,
g_AutogenOptionsLines,
NUM_AUTOGEN_OPTIONS_LINES,
false, true );
true );
m_Menu.m_MenuTimer.Disable();
SOUND->PlayMusic( THEME->GetPathToS("ScreenAutogenOptions music") );