shithub: choc

Download patch

ref: 472dce05522139f3d4436efd962c3a577a741f10
parent: 05836d1021d636d1199b50f033b18db59eb12496
author: Turo Lamminen <turotl@gmail.com>
date: Tue Dec 11 13:48:25 EST 2018

hexen: Fix const correctness issue in InitStats

--- a/src/hexen/in_lude.c
+++ b/src/hexen/in_lude.c
@@ -170,7 +170,7 @@
     int posnum;
     int slaughtercount;
     int playercount;
-    char *msgLumpName;
+    const char *msgLumpName;
     int msgSize;
     int msgLump;