mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 00:17:39 +00:00
updated mobile for menu changes
This commit is contained in:
@@ -159,10 +159,7 @@ void handleclick(MOBPAR_FORMAL) {
|
|||||||
if(andmode >= 10) andmode -= 10;
|
if(andmode >= 10) andmode -= 10;
|
||||||
|
|
||||||
if(andmode == 3) {
|
if(andmode == 3) {
|
||||||
if(tour::on)
|
pushScreen(showGameMenu);
|
||||||
showMissionScreen();
|
|
||||||
else
|
|
||||||
pushScreen(showMainMenu);
|
|
||||||
andmode = 0;
|
andmode = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user