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
|
#endif
|
||||||
|
|
||||||
EX constexpr flagtype bpFIRST = 1;
|
#if HDR
|
||||||
EX constexpr flagtype bpLAST = 2;
|
static constexpr flagtype bpFIRST = 1;
|
||||||
EX constexpr flagtype bpCOPIED = 4;
|
static constexpr flagtype bpLAST = 2;
|
||||||
|
static constexpr flagtype bpCOPIED = 4;
|
||||||
|
#endif
|
||||||
|
|
||||||
EX vector<bowpoint> bowpath;
|
EX vector<bowpoint> bowpath;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user