mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Fix crash when ending game on mobile
This commit is contained in:
@@ -371,6 +371,7 @@ static void HandleMainMenuUISelection(MainMenuUIState::ControlID controlID)
|
|||||||
case MainMenuUIState::Control_NewGame:
|
case MainMenuUIState::Control_NewGame:
|
||||||
DismissMainMenuUIPage();
|
DismissMainMenuUIPage();
|
||||||
DoGameMenu(iNewGame);
|
DoGameMenu(iNewGame);
|
||||||
|
StartMainMenuUI();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MainMenuUIState::Control_LoadSavedGame:
|
case MainMenuUIState::Control_LoadSavedGame:
|
||||||
|
|||||||
Reference in New Issue
Block a user