mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-01 06:23:00 +00:00
also moved stillscreen
This commit is contained in:
@@ -752,6 +752,7 @@ EX void mainloopiter() { printf("(compiled without SDL -- no action)\n"); quitma
|
|||||||
EX bool game_keys_scroll;
|
EX bool game_keys_scroll;
|
||||||
|
|
||||||
EX bool currently_scrolling;
|
EX bool currently_scrolling;
|
||||||
|
EX bool stillscreen;
|
||||||
|
|
||||||
#if CAP_SDL
|
#if CAP_SDL
|
||||||
|
|
||||||
@@ -786,8 +787,6 @@ EX bool mouseaiming(bool shmupon) {
|
|||||||
|
|
||||||
EX purehookset hooks_control;
|
EX purehookset hooks_control;
|
||||||
|
|
||||||
EX bool stillscreen;
|
|
||||||
|
|
||||||
EX void mainloopiter() {
|
EX void mainloopiter() {
|
||||||
GLWRAP;
|
GLWRAP;
|
||||||
DEBB(DF_GRAPH, ("main loop\n"));
|
DEBB(DF_GRAPH, ("main loop\n"));
|
||||||
|
|||||||
Reference in New Issue
Block a user