mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 10:00:42 +00:00
crossbow flags constexpr
This commit is contained in:
parent
8e55cc9ebd
commit
9caa4daa62
@ -50,9 +50,11 @@ struct bowscore {
|
||||
};
|
||||
#endif
|
||||
|
||||
EX constexpr flagtype bpFIRST = 1;
|
||||
EX constexpr flagtype bpLAST = 2;
|
||||
EX constexpr flagtype bpCOPIED = 4;
|
||||
#if HDR
|
||||
static constexpr flagtype bpFIRST = 1;
|
||||
static constexpr flagtype bpLAST = 2;
|
||||
static constexpr flagtype bpCOPIED = 4;
|
||||
#endif
|
||||
|
||||
EX vector<bowpoint> bowpath;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user