1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-11 14:56:00 +00:00

better start menu switching for online

This commit is contained in:
Zeno Rogue
2018-02-12 16:21:19 +01:00
parent 6cf800859e
commit 11d7b6e9e4
2 changed files with 4 additions and 1 deletions

View File

@@ -136,7 +136,8 @@ void initweb() {
rug::renderonce = true;
// toggleanim(false);
emscripten_set_fullscreenchange_callback(0, NULL, false, fsc_callback);
pushScreen(showDemo);
printf("showstartmenu = %d\n", showstartmenu);
if(showstartmenu) pushScreen(showDemo);
}
transmatrix getOrientation() {