1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-24 06:26:02 +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,18 +6,18 @@
namespace hr {
#if CU_INIT
int fontscale = 100;
EX int fontscale = 100;
int debugflags = DF_INIT | DF_ERROR | DF_WARN | DF_MSG | DF_TIME | DF_LOG;
EX int debugflags = DF_INIT | DF_ERROR | DF_WARN | DF_MSG | DF_TIME | DF_LOG;
string s0;
bool fixseed = false;
int startseed = 0;
EX bool fixseed = false;
EX int startseed = 0;
eLand firstland0;
void initAll() {
EX void initAll() {
init_floorcolors();
showstartmenu = true;
ca::init();
@@ -50,7 +50,7 @@ void initAll() {
polygonal::solve();
}
void finishAll() {
EX void finishAll() {
achievement_final(!items[itOrbSafety]);
#if CAP_SAVE