Fix all "no-write-strings" warnings
This commit is contained in:
parent
d22d223ba9
commit
ec329e645c
62 changed files with 187 additions and 185 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue