How many bruh moments can we have?

This commit is contained in:
James R 2020-02-16 20:45:09 -08:00
parent fb66691991
commit f4c2a4551b
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ void R_RenderMaskedSegRange(drawseg_t *ds, INT32 x1, INT32 x2)
else
{
if ((colfunc != colfuncs[COLDRAWFUNC_FUZZY])
|| frontsector->extra_colormap && (frontsector->extra_colormap->flags & CMF_FOG))
|| (frontsector->extra_colormap && (frontsector->extra_colormap->flags & CMF_FOG)))
lightnum = (frontsector->lightlevel >> LIGHTSEGSHIFT);
else
lightnum = LIGHTLEVELS - 1;