hexen: Make PlayerColorText contents const

This commit is contained in:
Turo Lamminen 2018-12-08 16:51:41 +02:00
parent 17e8d8ef22
commit bbdd58d9cd

View file

@ -1424,7 +1424,7 @@ void AM_Drawer(void)
// 8-player note: Proper player color names here, too
char *PlayerColorText[MAXPLAYERS] = {
const char *PlayerColorText[MAXPLAYERS] = {
"BLUE:",
"RED:",
"YELLOW:",