doom: Make msgNames contents const
This commit is contained in:
parent
40b87adce9
commit
ef9843f52c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue