From bbec9b86a35c847b2fc394117524b3212f10370e Mon Sep 17 00:00:00 2001 From: raa-eruanna Date: Thu, 29 Sep 2016 20:00:56 -0400 Subject: [PATCH] - fixed: un-commented the line with said hack. oops. --- src/g_level.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_level.cpp b/src/g_level.cpp index 2f4939c62..dc73bdaf8 100644 --- a/src/g_level.cpp +++ b/src/g_level.cpp @@ -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; } /*