From fd4674971a3a2ca7dac8203d801420aa76b06dec Mon Sep 17 00:00:00 2001
From: katsy <katmint@live.com>
Date: Sun, 6 Dec 2020 00:10:45 -0500
Subject: [PATCH] Replace p_inter.c

---
 src/p_inter.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/p_inter.c b/src/p_inter.c
index 189cbcea73..415c679e49 100644
--- a/src/p_inter.c
+++ b/src/p_inter.c
@@ -1641,9 +1641,6 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
 				// Can't jump first frame
 				player->pflags |= PF_JUMPSTASIS;
 
-				// Disable interaction with ground
-				player->mo->flags |= MF_NOCLIPHEIGHT;
-
 				return;
 			}
 		case MT_EGGMOBILE2_POGO:
-- 
GitLab