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:
Inuyasha 2016-05-02 04:08:48 -07:00
parent bb9098b532
commit 37575d2219
1 changed files with 0 additions and 5 deletions

View File

@ -2046,13 +2046,8 @@ void R_StoreWallRange(INT32 start, INT32 stop)
markceiling = false;
}
#ifdef ESLOPE
if ((worldhigh <= worldbottom && worldhighslope <= worldbottomslope)
|| (worldlow >= worldtop && worldlowslope >= worldtopslope))
#else
if (backsector->ceilingheight <= frontsector->floorheight ||
backsector->floorheight >= frontsector->ceilingheight)
#endif
{
// closed door
markceiling = markfloor = true;