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
+3 -3
View File
@@ -29,7 +29,7 @@ enum {
OptionRow g_SelectGameLines[NUM_SELECT_GAME_LINES] =
{
OptionRow( "Game" ),
OptionRow( "Game", true ),
};
@@ -52,10 +52,10 @@ ScreenSelectGame::ScreenSelectGame() :
}
Init(
INPUTMODE_BOTH,
INPUTMODE_TOGETHER,
g_SelectGameLines,
NUM_SELECT_GAME_LINES,
false, true );
true );
m_Menu.m_MenuTimer.Disable();
SOUND->PlayMusic( THEME->GetPathToS("ScreenSelectGame music") );