ref: acb2cc46902c7a8e7bb75e988a24e0ef2c4d3fe1
parent: 8edd2c73b5054691dd111a6106aaea98164077cd
author: Turo Lamminen <turotl@gmail.com>
date: Tue May 15 16:05:58 EDT 2018
strife: Make messageString variable const
--- a/src/strife/m_menu.c
+++ b/src/strife/m_menu.c
@@ -93,7 +93,7 @@
// 1 = message to be printed
int messageToPrint;
// ...and here is the message string!
-char* messageString;
+const char *messageString;
// message x & y
int messx;