1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-15 02:28:05 +00:00

autohdr.h applied in more files

This commit is contained in:
Zeno Rogue
2019-08-09 21:00:52 +02:00
parent 64824390fe
commit c2d56fb9bc
44 changed files with 1451 additions and 2141 deletions

View File

@@ -6,7 +6,7 @@
namespace hr {
bool game_active;
EX bool game_active;
bool cblind;
bool autocheat;
@@ -20,7 +20,8 @@ int asteroids_generated, asteroid_orbs_generated;
time_t timerstart, savetime;
bool timerstopped;
int savecount;
bool showoff = false, doCross = false;
EX bool showoff = false;
EX bool doCross = false;
bool gamegen_failure;