heretic: Make KillersText contents const
This commit is contained in:
parent
30ac3a4c59
commit
db64777784
1 changed files with 1 additions and 1 deletions
|
|
@ -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[];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue