heretic: Make KillersText contents const

This commit is contained in:
Turo Lamminen 2018-12-08 16:34:15 +02:00
parent 30ac3a4c59
commit db64777784

View file

@ -95,7 +95,7 @@ static signed int totalFrags[MAXPLAYERS];
static fixed_t dSlideX[MAXPLAYERS];
static fixed_t dSlideY[MAXPLAYERS];
static char *KillersText[] = { "K", "I", "L", "L", "E", "R", "S" };
static const char *KillersText[] = { "K", "I", "L", "L", "E", "R", "S" };
extern const char *LevelNames[];