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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user