1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-07-01 08:18:49 +00:00

square root symbol

This commit is contained in:
Zeno Rogue
2023-03-28 14:10:13 +02:00
parent eaaeac8624
commit 7e023e8092
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -63,10 +63,10 @@ struct fullnoun {
#if !CAP_TRANS
#if HDR
#define NUMEXTRA 12
#define NUMEXTRA 13
extern const char* natchars[NUMEXTRA];
#endif
const char* natchars[NUMEXTRA] = {"°","é","á", "²", "½", "Θ", "δ", "π", "ϕ", "", "", ""};
const char* natchars[NUMEXTRA] = {"°","é","á", "²", "½", "Θ", "δ", "π", "ϕ", "", "", "", ""};
#endif
#if CAP_TRANS