mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	add missing natchar for CAP_TRANS=0 case
This commit is contained in:
		| @@ -63,10 +63,10 @@ struct fullnoun { | ||||
|  | ||||
| #if !CAP_TRANS | ||||
| #if HDR | ||||
| #define NUMEXTRA 11 | ||||
| #define NUMEXTRA 12 | ||||
| extern const char* natchars[NUMEXTRA]; | ||||
| #endif | ||||
| const char* natchars[NUMEXTRA] = {"°","é","á", "²", "½", "Θ", "δ", "π", "ϕ", "ᵈ", "∞"}; | ||||
| const char* natchars[NUMEXTRA] = {"°","é","á", "²", "½", "Θ", "δ", "π", "ϕ", "ᵈ", "∞", "⌫"}; | ||||
| #endif | ||||
|  | ||||
| #if CAP_TRANS | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 still-flow
					still-flow