ref: ef9843f52ce3d058fd30475f98564b34553ecee2
parent: 40b87adce947e7eb5fa2903355616cf8ae5a86eb
author: Turo Lamminen <turotl@gmail.com>
date: Sat Jul 28 11:51:13 EDT 2018
doom: Make msgNames contents const
--- a/src/doom/m_menu.c
+++ b/src/doom/m_menu.c
@@ -939,7 +939,7 @@
// 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)
{