mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	crossbow flags constexpr
This commit is contained in:
		| @@ -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; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue