1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 20:37:40 +00:00

also moved stillscreen

This commit is contained in:
Zeno Rogue
2025-09-09 17:00:22 +02:00
parent dbebf13465
commit ffc4b6b00e

View File

@@ -752,6 +752,7 @@ EX void mainloopiter() { printf("(compiled without SDL -- no action)\n"); quitma
EX bool game_keys_scroll;
EX bool currently_scrolling;
EX bool stillscreen;
#if CAP_SDL
@@ -786,8 +787,6 @@ EX bool mouseaiming(bool shmupon) {
EX purehookset hooks_control;
EX bool stillscreen;
EX void mainloopiter() {
GLWRAP;
DEBB(DF_GRAPH, ("main loop\n"));