shithub: choc

Download patch

ref: e78b5cbeb4b49920ae5bffd912d802699d55fe7f
parent: 5f60b8327eb3709514c7d46f52b026467b5cc180
author: Turo Lamminen <turotl@gmail.com>
date: Sat May 5 10:42:49 EDT 2018

heretic: Make player_t message member const

--- a/src/heretic/doomdef.h
+++ b/src/heretic/doomdef.h
@@ -453,7 +453,7 @@
     int refire;                 // refired shots are less accurate
 
     int killcount, itemcount, secretcount;      // for intermission
-    char *message;              // hint messages
+    const char *message;        // hint messages
     int messageTics;            // counter for showing messages
     int damagecount, bonuscount;        // for screen flashing
     int flamecount;             // for flame thrower duration