Whoops, forgot these

This commit is contained in:
Monster Iestyn 2016-03-07 21:02:35 +00:00
parent 2f539a4df9
commit 60ea2ecb77
1 changed files with 1 additions and 1 deletions

View File

@ -814,7 +814,7 @@ void R_RenderThickSideRange(drawseg_t *ds, INT32 x1, INT32 x2, ffloor_t *pfloor)
leftheight = P_GetZAt(*light->caster->b_slope, ds->leftpos.x, ds->leftpos.y);
rightheight = P_GetZAt(*light->caster->b_slope, ds->rightpos.x, ds->rightpos.y);
} else
leftheight = rightheight = light->caster->bottomheight;
leftheight = rightheight = *light->caster->bottomheight;
leftheight -= viewz;
rightheight -= viewz;