1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-03 21:28:07 +00:00

more mobile fixes

This commit is contained in:
Zeno Rogue
2017-08-06 16:17:13 +02:00
parent da269e31a7
commit 2e4fe5baba
3 changed files with 7 additions and 2 deletions

View File

@@ -166,6 +166,7 @@ Java_com_roguetemple_hyperroid_HyperRogue_initGame(MOBPAR_FORMAL) {
if(gamerunning) return 1;
gamerunning = true;
initAll();
if(showstartmenu) pushScreen(showStartMenu);
uploadAll(MOBPAR_ACTUAL);
return 0;
}