mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-22 23:17:04 +00:00
add missing natchar for CAP_TRANS=0 case
This commit is contained in:
parent
2e236be695
commit
41952afdcd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user