mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
How many bruh moments can we have?
This commit is contained in:
parent
b758e7b75b
commit
b8e143d253
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue