heretic: Make CT_FromPlrText contents const

This commit is contained in:
Turo Lamminen 2018-12-08 15:48:50 +02:00
parent 12c1d8bf58
commit a436e0f6f0

View file

@ -68,7 +68,7 @@ boolean cheated;
static int FontABaseLump;
char *CT_FromPlrText[MAXPLAYERS] = {
const char *CT_FromPlrText[MAXPLAYERS] = {
"GREEN: ",
"YELLOW: ",
"RED: ",