heretic: Make LevelNames contents const

This commit is contained in:
Turo Lamminen 2018-12-08 15:42:13 +02:00
parent 1c828b08d3
commit 12c1d8bf58
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ vertex_t KeyPoints[NUMKEYS];
#define NUMALIAS 3 // Number of antialiased lines.
char *LevelNames[] = {
const char *LevelNames[] = {
// EPISODE 1 - THE CITY OF THE DAMNED
"E1M1: THE DOCKS",
"E1M2: THE DUNGEONS",

View file

@ -97,7 +97,7 @@ static fixed_t dSlideY[MAXPLAYERS];
static char *KillersText[] = { "K", "I", "L", "L", "E", "R", "S" };
extern char *LevelNames[];
extern const char *LevelNames[];
typedef struct
{