- Fixes
This commit is contained in:
parent
c76431414a
commit
df6214b142
3 changed files with 12 additions and 12 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue