dehacked: Make deh_mapping_entry_s name member const
This commit is contained in:
parent
87fe8d3502
commit
f817723448
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ struct deh_mapping_entry_s
|
|||
{
|
||||
// field name
|
||||
|
||||
char *name;
|
||||
const char *name;
|
||||
|
||||
// location relative to the base in the deh_mapping_t struct
|
||||
// If this is NULL, it is an unsupported mapping
|
||||
|
|
|
|||
Loading…
Reference in a new issue