doom: Make mapnames contents const

This commit is contained in:
Turo Lamminen 2018-07-28 15:38:56 +03:00
parent 1222f2eb76
commit a02f9777a1

View file

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