dehacked: Make deh_mapping_entry_s name member const

This commit is contained in:
Turo Lamminen 2018-05-19 15:35:38 +03:00
parent 87fe8d3502
commit f817723448

View file

@ -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