updated mobile for menu changes

This commit is contained in:
Zeno Rogue 2022-07-12 13:19:25 +02:00
parent ff16f35e0b
commit c9c066ccec
1 changed files with 1 additions and 4 deletions

View File

@ -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;
}
}