mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-28 04:00:41 +00:00
Revert "Another thing that probably needed to check for slopes"
This breaks plane display for thok barriers
This reverts commit ee00da6a74
.
This commit is contained in:
parent
bb9098b532
commit
37575d2219
1 changed files with 0 additions and 5 deletions
|
@ -2046,13 +2046,8 @@ void R_StoreWallRange(INT32 start, INT32 stop)
|
||||||
markceiling = false;
|
markceiling = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef ESLOPE
|
|
||||||
if ((worldhigh <= worldbottom && worldhighslope <= worldbottomslope)
|
|
||||||
|| (worldlow >= worldtop && worldlowslope >= worldtopslope))
|
|
||||||
#else
|
|
||||||
if (backsector->ceilingheight <= frontsector->floorheight ||
|
if (backsector->ceilingheight <= frontsector->floorheight ||
|
||||||
backsector->floorheight >= frontsector->ceilingheight)
|
backsector->floorheight >= frontsector->ceilingheight)
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
// closed door
|
// closed door
|
||||||
markceiling = markfloor = true;
|
markceiling = markfloor = true;
|
||||||
|
|
Loading…
Reference in a new issue