heretic: Fix const correctness issue in G_InitNew

This commit is contained in:
Turo Lamminen 2018-12-08 16:31:17 +02:00
parent 8f69c65558
commit 30ac3a4c59

View file

@ -1567,7 +1567,7 @@ void G_InitNew(skill_t skill, int episode, int map)
{
int i;
int speed;
static char *skyLumpNames[5] = {
static const char *skyLumpNames[5] = {
"SKY1", "SKY2", "SKY3", "SKY1", "SKY3"
};