1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-05 16:23:06 +00:00

moved bool currently_scrolling so that Android does not complain

This commit is contained in:
Zeno Rogue
2025-09-09 16:34:35 +02:00
parent ba7b25db7b
commit ab9d7a404f

View File

@@ -751,6 +751,8 @@ EX void mainloopiter() { printf("(compiled without SDL -- no action)\n"); quitma
/* visualization only -- the HyperRogue movement keys should move the camera */
EX bool game_keys_scroll;
EX bool currently_scrolling;
#if CAP_SDL
// Warning: a very long function! todo: refactor
@@ -786,8 +788,6 @@ EX purehookset hooks_control;
EX bool stillscreen;
EX bool currently_scrolling;
EX void mainloopiter() {
GLWRAP;
DEBB(DF_GRAPH, ("main loop\n"));