1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-02 12:19:18 +00:00

add missing natchar for CAP_TRANS=0 case

This commit is contained in:
still-flow 2020-11-03 00:00:04 +03:00
parent 2e236be695
commit 41952afdcd

View File

@ -63,10 +63,10 @@ struct fullnoun {
#if !CAP_TRANS #if !CAP_TRANS
#if HDR #if HDR
#define NUMEXTRA 11 #define NUMEXTRA 12
extern const char* natchars[NUMEXTRA]; extern const char* natchars[NUMEXTRA];
#endif #endif
const char* natchars[NUMEXTRA] = {"°","é","á", "²", "½", "Θ", "δ", "π", "ϕ", "", ""}; const char* natchars[NUMEXTRA] = {"°","é","á", "²", "½", "Θ", "δ", "π", "ϕ", "", "", ""};
#endif #endif
#if CAP_TRANS #if CAP_TRANS