- fixed: un-commented the line with said hack. oops.

This commit is contained in:
raa-eruanna 2016-09-29 20:00:56 -04:00
parent 1560ed07af
commit bbec9b86a3

View file

@ -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;
}
/*