shithub: choc

Download patch

ref: 4b0fa1dff8f21ec8b373a92066d88da1921bfec6
parent: 472dce05522139f3d4436efd962c3a577a741f10
author: Turo Lamminen <turotl@gmail.com>
date: Tue Dec 11 13:49:06 EST 2018

hexen: Make ClusMsgLumpNames contents const

--- a/src/hexen/in_lude.c
+++ b/src/hexen/in_lude.c
@@ -153,7 +153,7 @@
 //      Initializes the stats for single player mode
 //========================================================================
 
-static char *ClusMsgLumpNames[] = {
+static const char *ClusMsgLumpNames[] = {
     "clus1msg",
     "clus2msg",
     "clus3msg",