heretic: Make CT_FromPlrText contents const
This commit is contained in:
parent
12c1d8bf58
commit
a436e0f6f0
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ boolean cheated;
|
|||
|
||||
static int FontABaseLump;
|
||||
|
||||
char *CT_FromPlrText[MAXPLAYERS] = {
|
||||
const char *CT_FromPlrText[MAXPLAYERS] = {
|
||||
"GREEN: ",
|
||||
"YELLOW: ",
|
||||
"RED: ",
|
||||
|
|
|
|||
Loading…
Reference in a new issue