shithub: choc

Download patch

ref: e1215041accbeb1812131763e0a668782f8a3e89
parent: f9a3dac3b3fd4077a64d3a225e001223dfd79ff1
author: Turo Lamminen <turotl@gmail.com>
date: Tue Apr 24 14:57:53 EDT 2018

doom: Make messageString variable const

--- a/src/doom/m_menu.c
+++ b/src/doom/m_menu.c
@@ -87,7 +87,7 @@
  // 1 = message to be printed
 int			messageToPrint;
 // ...and here is the message string!
-char*			messageString;
+const char		*messageString;
 
 // message x & y
 int			messx;