diff --git a/crossbow.cpp b/crossbow.cpp index 0d424303..c3775dde 100644 --- a/crossbow.cpp +++ b/crossbow.cpp @@ -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 bowpath;