doom: Make msgNames contents const

This commit is contained in:
Turo Lamminen 2018-07-28 15:51:13 +03:00
parent 40b87adce9
commit ef9843f52c

View file

@ -939,7 +939,7 @@ void M_Episode(int choice)
// M_Options
//
static const char *detailNames[2] = {"M_GDHIGH","M_GDLOW"};
static char *msgNames[2] = {"M_MSGOFF","M_MSGON"};
static const char *msgNames[2] = {"M_MSGOFF","M_MSGON"};
void M_DrawOptions(void)
{