mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix spaces before someone yells at me for it
This commit is contained in:
parent
e0f6559595
commit
69a9f44259
1 changed files with 4 additions and 4 deletions
|
|
@ -4186,10 +4186,10 @@ static void HWR_DrawDropShadow(mobj_t *thing, gr_vissprite_t *spr, fixed_t scale
|
||||||
{
|
{
|
||||||
light = R_GetPlaneLight(thing->subsector->sector, floorz, false); // Always use the light at the top instead of whatever I was doing before
|
light = R_GetPlaneLight(thing->subsector->sector, floorz, false); // Always use the light at the top instead of whatever I was doing before
|
||||||
|
|
||||||
if (*thing->subsector->sector->lightlist[light].lightlevel > 255)
|
if (*thing->subsector->sector->lightlist[light].lightlevel > 255)
|
||||||
lightlevel = 255;
|
lightlevel = 255;
|
||||||
else
|
else
|
||||||
lightlevel = *thing->subsector->sector->lightlist[light].lightlevel;
|
lightlevel = *thing->subsector->sector->lightlist[light].lightlevel;
|
||||||
|
|
||||||
if (*thing->subsector->sector->lightlist[light].extra_colormap)
|
if (*thing->subsector->sector->lightlist[light].extra_colormap)
|
||||||
colormap = *thing->subsector->sector->lightlist[light].extra_colormap;
|
colormap = *thing->subsector->sector->lightlist[light].extra_colormap;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue