shithub: choc

Download patch

ref: a436e0f6f01523afad316f61d68f250ce56f4ac9
parent: 12c1d8bf5812d050146dadaf59347a0d49c441cf
author: Turo Lamminen <turotl@gmail.com>
date: Sat Dec 8 10:48:50 EST 2018

heretic: Make CT_FromPlrText contents const

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