shithub: choc

Download patch

ref: 7005e9381815cb02dc62643f5a90007f8651440f
parent: 1b98fb58714e590638c35fc7df9e1e587b4ed3d3
author: Turo Lamminen <turotl@gmail.com>
date: Tue Dec 11 13:29:17 EST 2018

hexen: Make CT_FromPlrText contents const

--- a/src/hexen/ct_chat.c
+++ b/src/hexen/ct_chat.c
@@ -73,7 +73,7 @@
 
 static int FontABaseLump;
 
-char *CT_FromPlrText[MAXPLAYERS] = {
+const char *CT_FromPlrText[MAXPLAYERS] = {
     "BLUE:  ",
     "RED:  ",
     "YELLOW:  ",