shithub: choc

Download patch

ref: bbdd58d9cd08b85fee7811df966354dc5c6e593d
parent: 17e8d8ef225de1fb80f1c574d7402f03425e3f2e
author: Turo Lamminen <turotl@gmail.com>
date: Sat Dec 8 11:51:41 EST 2018

hexen: Make PlayerColorText contents const

--- a/src/hexen/am_map.c
+++ b/src/hexen/am_map.c
@@ -1424,7 +1424,7 @@
 
 // 8-player note:  Proper player color names here, too
 
-char *PlayerColorText[MAXPLAYERS] = {
+const char *PlayerColorText[MAXPLAYERS] = {
     "BLUE:",
     "RED:",
     "YELLOW:",