From 03470118cd8214d75f220e009b14375051a7e4ea Mon Sep 17 00:00:00 2001
From: Monster Iestyn <iestynjealous@ntlworld.com>
Date: Mon, 15 Feb 2016 20:57:35 +0000
Subject: [PATCH] Added missing ESLOPE ifdef from when I first did these fixes
 for slope compiling

---
 src/r_segs.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/r_segs.c b/src/r_segs.c
index 04873b29cd..5912426939 100644
--- a/src/r_segs.c
+++ b/src/r_segs.c
@@ -1479,9 +1479,11 @@ void R_StoreWallRange(INT32 start, INT32 stop)
 
 	maskedtextureheight = NULL;
 
+#ifdef ESLOPE
 	//initialize segleft and segright
 	memset(&segleft, 0x00, sizeof(segleft));
 	memset(&segright, 0x00, sizeof(segright));
+#endif
 
 	if (ds_p == drawsegs+maxdrawsegs)
 	{
-- 
GitLab