hexen: Make PlayerColorText contents const
This commit is contained in:
parent
17e8d8ef22
commit
bbdd58d9cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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:",
|
||||
|
|
|
|||
Loading…
Reference in a new issue