Const correct (most) strings

At least those cases that are reported by gcc and/or clang.
This commit is contained in:
Timotej Lazar 2020-04-22 02:36:36 +02:00
parent 8ddbab1cc2
commit c4409487fd
72 changed files with 347 additions and 347 deletions

View file

@ -8,7 +8,7 @@
#define twprintf printf
char * users_name = "Player";
const char * users_name = "Player";
#include "hash_tem.hpp"
Chunk * Parent_File;