Fix all "no-write-strings" warnings

This commit is contained in:
Gleb Mazovetskiy 2019-09-29 19:00:44 +01:00 committed by Anders Jenbo
commit ec329e645c
62 changed files with 187 additions and 185 deletions

View file

@ -233,7 +233,7 @@ ObjDataStruct AllObjects[] = {
};
/** Maps from object_graphic_id to object CEL name. */
char *ObjMasterLoadList[] = { // might be const
const char *const ObjMasterLoadList[] = {
"L1Braz",
"L1Doors",
"Lever",