Fix crash when ending game on mobile

This commit is contained in:
elasota
2020-10-25 00:47:46 -04:00
parent a774320324
commit f9c794efee

View File

@@ -371,6 +371,7 @@ static void HandleMainMenuUISelection(MainMenuUIState::ControlID controlID)
case MainMenuUIState::Control_NewGame:
DismissMainMenuUIPage();
DoGameMenu(iNewGame);
StartMainMenuUI();
break;
case MainMenuUIState::Control_LoadSavedGame: