mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 09:30:35 +00:00
fixup to export flag names
This commit is contained in:
parent
565d43665e
commit
320ff44ef3
@ -56,7 +56,7 @@ EX int double_live_branches = 0;
|
|||||||
/** the number of treestates pre-minimization */
|
/** the number of treestates pre-minimization */
|
||||||
EX int states_premini = 0;
|
EX int states_premini = 0;
|
||||||
|
|
||||||
#ifdef HDR
|
#if HDR
|
||||||
/** change some flags -- they usually make it worse */
|
/** change some flags -- they usually make it worse */
|
||||||
static const flagtype w_numerical = Flag(1); /*< build trees numerically */
|
static const flagtype w_numerical = Flag(1); /*< build trees numerically */
|
||||||
static const flagtype w_single_shortcut = Flag(2); /*< generate just one shortcut */
|
static const flagtype w_single_shortcut = Flag(2); /*< generate just one shortcut */
|
||||||
|
Loading…
Reference in New Issue
Block a user