mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 06:16:00 +00:00
more work on the online version: fullscreen, orientation
This commit is contained in:
@@ -75,8 +75,8 @@ struct fullnoun {
|
||||
};
|
||||
|
||||
#if !CAP_TRANS
|
||||
#define NUMEXTRA 5
|
||||
const char* natchars[NUMEXTRA] = {"°","é","á", "ᵈ", "δ"};
|
||||
#define NUMEXTRA 7
|
||||
const char* natchars[NUMEXTRA] = {"°","é","á", "ᵈ", "δ", "½", "∞"};
|
||||
#endif
|
||||
|
||||
#if CAP_TRANS
|
||||
|
Reference in New Issue
Block a user