mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +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);
|
||||
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;
|
||||
}
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue