Jeck - Quick fix to issue 279. Requires testing, see issue for details.

This commit is contained in:
wagic.jeck
2009-12-31 05:12:35 +00:00
parent ea31a5cf1c
commit 2dcf55c45d
+1
View File
@@ -145,6 +145,7 @@ void GameStateMenu::Start(){
} }
hasChosenGameType = 1; hasChosenGameType = 1;
mParent->gameType = GAME_TYPE_CLASSIC;
if (options[Options::MOMIR_MODE_UNLOCKED].number) hasChosenGameType = 0; if (options[Options::MOMIR_MODE_UNLOCKED].number) hasChosenGameType = 0;
if (options[Options::RANDOMDECK_MODE_UNLOCKED].number) hasChosenGameType = 0; if (options[Options::RANDOMDECK_MODE_UNLOCKED].number) hasChosenGameType = 0;