mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +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:
|
||||
DismissMainMenuUIPage();
|
||||
DoGameMenu(iNewGame);
|
||||
StartMainMenuUI();
|
||||
break;
|
||||
|
||||
case MainMenuUIState::Control_LoadSavedGame:
|
||||
|
Reference in New Issue
Block a user