probably best if we did this instead actually

This commit is contained in:
Monster Iestyn 2016-08-29 23:24:59 +01:00
parent 3bc7073918
commit 40cb22a130
1 changed files with 5 additions and 2 deletions

View File

@ -984,8 +984,11 @@ void R_RenderThickSideRange(drawseg_t *ds, INT32 x1, INT32 x2, ffloor_t *pfloor)
else
left_bottom = *pfloor->bottomheight - viewz;
skewslope = *pfloor->t_slope; // skew using top slope by default
if (newline && newline->flags & ML_DONTPEGTOP)
slopeskew = true;
if (newline)
{
if (newline->flags & ML_DONTPEGTOP)
slopeskew = true;
}
else if (pfloor->master->flags & ML_DONTPEGTOP)
slopeskew = true;