fix options menu when in arcade input style

This commit is contained in:
Glenn Maynard
2003-02-12 00:41:56 +00:00
parent 9942468079
commit 5a27d51068
4 changed files with 17 additions and 2 deletions
+6
View File
@@ -72,6 +72,12 @@ ScreenOptionsMenu::ScreenOptionsMenu() :
SOUNDMAN->PlayMusic( THEME->GetPathTo("Sounds","options menu music") );
}
/* We depend on the SM options navigation for this screen, not arcade. */
void ScreenOptionsMenu::MenuStart( PlayerNumber pn )
{
StartGoToNextState();
}
void ScreenOptionsMenu::ImportOptions()
{
}