From c9c066ccec0695f5a4ee06b0e828c6842298267e Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 12 Jul 2022 13:19:25 +0200 Subject: [PATCH] updated mobile for menu changes --- mobile.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mobile.cpp b/mobile.cpp index 83d13592..c304aaae 100644 --- a/mobile.cpp +++ b/mobile.cpp @@ -159,10 +159,7 @@ void handleclick(MOBPAR_FORMAL) { if(andmode >= 10) andmode -= 10; if(andmode == 3) { - if(tour::on) - showMissionScreen(); - else - pushScreen(showMainMenu); + pushScreen(showGameMenu); andmode = 0; } }