From 37575d2219f2ce388192ac1fe373be4a8ef5354a Mon Sep 17 00:00:00 2001
From: Inuyasha <MattWCSTRFAN@gmail.com>
Date: Mon, 2 May 2016 04:08:48 -0700
Subject: [PATCH] Revert "Another thing that probably needed to check for
 slopes" This breaks plane display for thok barriers

This reverts commit ee00da6a74a62c74a56722b7b70fc50aa45c7f05.
---
 src/r_segs.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/r_segs.c b/src/r_segs.c
index 3f11bb3649..24c01f1675 100644
--- a/src/r_segs.c
+++ b/src/r_segs.c
@@ -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;
-- 
GitLab