This commit is contained in:
raa-eruanna 2016-10-21 07:21:56 -04:00
commit df6214b142
3 changed files with 12 additions and 12 deletions

View file

@ -486,7 +486,7 @@ void R_SetupColormap(player_t *player)
// [SP] Emulate GZDoom's light-amp goggles.
if (r_fullbrightignoresectorcolor && fixedlightlev >= 0)
{
fixedcolormap = &FullNormalLight;
fixedcolormap = FullNormalLight.Maps;
}
}
}