mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-25 21:41:30 +00:00
- fixed: un-commented the line with said hack. oops.
This commit is contained in:
parent
1560ed07af
commit
bbec9b86a3
1 changed files with 1 additions and 1 deletions
|
@ -1340,7 +1340,7 @@ void G_InitLevelLocals ()
|
||||||
R_SetDefaultColormap (info->FadeTable);
|
R_SetDefaultColormap (info->FadeTable);
|
||||||
if (strnicmp (info->FadeTable, "COLORMAP", 8) != 0)
|
if (strnicmp (info->FadeTable, "COLORMAP", 8) != 0)
|
||||||
{
|
{
|
||||||
//level.fadeto = 0xff939393; //[SP] Hexen True-color compatibility, just use gray.
|
level.fadeto = 0xff939393; //[SP] Hexen True-color compatibility, just use gray.
|
||||||
level.flags |= LEVEL_HASFADETABLE;
|
level.flags |= LEVEL_HASFADETABLE;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue