mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 04:57:18 +00:00
pick correct (?) Chinese characters for Chinese ASCII
This commit is contained in:
parent
96d5eb4127
commit
462b835ba8
@ -294,14 +294,14 @@ void langZH() {
|
||||
current_language = "ZH";
|
||||
static std::pair<const char *, const char *> ds[] = {
|
||||
#define S(a,b) { a, b },
|
||||
#define N(a,b,c,d)
|
||||
#define N(a,b,c,d,e)
|
||||
#include "language-zh.cpp"
|
||||
#undef N
|
||||
#undef S
|
||||
};
|
||||
static std::pair<const char *, noun2> ns[] = {
|
||||
#define S(a,b)
|
||||
#define N(a,b,c,d) { a, noun2{ b, c, c, c, d } },
|
||||
#define N(a,b,c,d,e) { a, noun2{ b, c, c, d, e } },
|
||||
#include "language-zh.cpp"
|
||||
#undef N
|
||||
#undef S
|
||||
|
862
language-zh.cpp
862
language-zh.cpp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user