doom: Make mapnames contents const
This commit is contained in:
parent
1222f2eb76
commit
a02f9777a1
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ static boolean headsupactive = false;
|
|||
// The actual names can be found in DStrings.h.
|
||||
//
|
||||
|
||||
char* mapnames[] = // DOOM shareware/registered/retail (Ultimate) names.
|
||||
const char *mapnames[] = // DOOM shareware/registered/retail (Ultimate) names.
|
||||
{
|
||||
|
||||
HUSTR_E1M1,
|
||||
|
|
|
|||
Loading…
Reference in a new issue