mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 22:36:02 +00:00
square root symbol
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user