1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 01:00:25 +00:00

fixup to export flag names

This commit is contained in:
Zeno Rogue 2021-08-22 19:41:44 +02:00
parent 565d43665e
commit 320ff44ef3

View File

@ -56,7 +56,7 @@ EX int double_live_branches = 0;
/** the number of treestates pre-minimization */
EX int states_premini = 0;
#ifdef HDR
#if HDR
/** change some flags -- they usually make it worse */
static const flagtype w_numerical = Flag(1); /*< build trees numerically */
static const flagtype w_single_shortcut = Flag(2); /*< generate just one shortcut */