From 8ba0f2a177086a26313aac58eb8ff4b2ecc95c09 Mon Sep 17 00:00:00 2001
From: Monster Iestyn <iestynjealous@ntlworld.com>
Date: Thu, 12 Jan 2017 21:44:27 +0000
Subject: [PATCH] clipping code didn't seem so bad this time (at least compared
 to without), let's enable it now?

---
 src/doomdef.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/doomdef.h b/src/doomdef.h
index e5fa3a482c..ff09144ed1 100644
--- a/src/doomdef.h
+++ b/src/doomdef.h
@@ -507,6 +507,6 @@ extern const char *compdate, *comptime, *comprevision, *compbranch;
 /// on the bright side it fixes some weird issues with translucent walls
 /// \note	SRB2CB port.
 ///      	SRB2CB itself ported this from PrBoom+
-//#define NEWCLIP
+#define NEWCLIP
 
 #endif // __DOOMDEF__
-- 
GitLab