commit 7005e9381815cb02dc62643f5a90007f8651440f
Author: Turo Lamminen <turotl@gmail.com>
AuthorDate: Tue Dec 11 18:29:17 2018 +0200
Commit: Turo Lamminen <turotl@gmail.com>
CommitDate: Tue Dec 11 18:29:17 2018 +0200
hexen: Make CT_FromPlrText contents const
---
src/hexen/ct_chat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/hexen/ct_chat.c b/src/hexen/ct_chat.c
index 3fc439e2..5d68e69d 100644
--- a/src/hexen/ct_chat.c
+++ b/src/hexen/ct_chat.c
@@ -73,7 +73,7 @@ boolean cheated;
static int FontABaseLump;
-char *CT_FromPlrText[MAXPLAYERS] = {
+const char *CT_FromPlrText[MAXPLAYERS] = {
"BLUE: ",
"RED: ",
"YELLOW: ",