doom: Make mapnames_commercial contents const
This commit is contained in:
parent
39d9cd20d2
commit
c5384b04ba
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ const char *mapnames_chex[] = // Chex Quest names.
|
|||
// the layout in the Vanilla executable, where it is possible to
|
||||
// overflow the end of one array into the next.
|
||||
|
||||
char *mapnames_commercial[] =
|
||||
const char *mapnames_commercial[] =
|
||||
{
|
||||
// DOOM 2 map names.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue