1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

rogueviz:: crystal-sokoban:: sokomap displayed online

This commit is contained in:
Zeno Rogue 2021-03-30 12:09:11 +02:00
parent fa6b9989c0
commit ccc5e3bf9b

View File

@ -120,6 +120,7 @@ bool sokomap2() {
if(undos.back().where != cwt.at) save_undo(); if(undos.back().where != cwt.at) save_undo();
if(1) { if(1) {
glflush();
dynamicval<eGeometry> g(geometry, gEuclidSquare); dynamicval<eGeometry> g(geometry, gEuclidSquare);
check_cgi(); check_cgi();
cgi.require_shapes(); cgi.require_shapes();
@ -147,6 +148,7 @@ bool sokomap2() {
} }
quickqueue(); quickqueue();
glflush();
} }
check_cgi(); check_cgi();
@ -175,7 +177,7 @@ auto sbhook = addHook(hooks_args, 100, [] {
} }
else return 1; else return 1;
return 0; return 0;
}) + addHook(hooks_prestats, 100, sokomap2) }) + addHook(hooks_prestats, 90, sokomap2)
+ addHook(hooks_welcome_message, 50, [] () { + addHook(hooks_welcome_message, 50, [] () {
if(vizid == &on) addMessage(XLAT("Welcome to Crystal Sokoban!")); if(vizid == &on) addMessage(XLAT("Welcome to Crystal Sokoban!"));
return bool(vizid); return bool(vizid);