mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
natchars should be const char*
This commit is contained in:
parent
ebc44af74c
commit
7c56ff19c8
@ -327,7 +327,7 @@ int main() {
|
||||
printf("};\n");
|
||||
printf("extern char* natchars[NUMEXTRA];\n");
|
||||
printf("#endif\n");
|
||||
printf("char* natchars[NUMEXTRA] = NATCHARS;\n");
|
||||
printf("const char* natchars[NUMEXTRA] = NATCHARS;\n");
|
||||
printf("//javastring = \"%s\";\n", javastring.c_str());
|
||||
|
||||
printf("\nEX int transcompleteness[NUMLAN] = {");
|
||||
|
Loading…
Reference in New Issue
Block a user