shithub: choc

Download patch

ref: 08f43ba7d914906d52be8d9695054b488cf868d4
parent: 049cd6020081fcb6867ead1bc570b362f329ef6e
author: Turo Lamminen <turotl@gmail.com>
date: Tue May 15 15:35:47 EDT 2018

strife: Make player_t message member const

--- a/src/strife/d_player.h
+++ b/src/strife/d_player.h
@@ -166,7 +166,7 @@
     //int		secretcount;
 
     // Hint messages.
-    char*		message;	
+    const char		*message;
     
     // For screen flashing (red or bright).
     int			damagecount;