mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 20:50:58 +00:00
probably best if we did this instead actually
This commit is contained in:
parent
3bc7073918
commit
40cb22a130
1 changed files with 5 additions and 2 deletions
|
@ -984,8 +984,11 @@ void R_RenderThickSideRange(drawseg_t *ds, INT32 x1, INT32 x2, ffloor_t *pfloor)
|
||||||
else
|
else
|
||||||
left_bottom = *pfloor->bottomheight - viewz;
|
left_bottom = *pfloor->bottomheight - viewz;
|
||||||
skewslope = *pfloor->t_slope; // skew using top slope by default
|
skewslope = *pfloor->t_slope; // skew using top slope by default
|
||||||
if (newline && newline->flags & ML_DONTPEGTOP)
|
if (newline)
|
||||||
slopeskew = true;
|
{
|
||||||
|
if (newline->flags & ML_DONTPEGTOP)
|
||||||
|
slopeskew = true;
|
||||||
|
}
|
||||||
else if (pfloor->master->flags & ML_DONTPEGTOP)
|
else if (pfloor->master->flags & ML_DONTPEGTOP)
|
||||||
slopeskew = true;
|
slopeskew = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue