foxygit / doom Log in
commit a436e0f6f01523afad316f61d68f250ce56f4ac9
Author:     Turo Lamminen <turotl@gmail.com>
AuthorDate: Sat Dec 8 15:48:50 2018 +0200
Commit:     Turo Lamminen <turotl@gmail.com>
CommitDate: Sat Dec 8 16:15:57 2018 +0200

    heretic: Make CT_FromPlrText contents const
---
 src/heretic/ct_chat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/heretic/ct_chat.c b/src/heretic/ct_chat.c
index 6e2763f8..f0f8e5ff 100644
--- a/src/heretic/ct_chat.c
+++ b/src/heretic/ct_chat.c
@@ -68,7 +68,7 @@ boolean cheated;

 static int FontABaseLump;

-char *CT_FromPlrText[MAXPLAYERS] = {
+const char *CT_FromPlrText[MAXPLAYERS] = {
     "GREEN:  ",
     "YELLOW:  ",
     "RED:  ",