heretic: Fix const correctness issue in G_InitNew
This commit is contained in:
parent
8f69c65558
commit
30ac3a4c59
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue