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
+1
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;
}