From 431206ebee42371edb72d0b45de25177d4938f47 Mon Sep 17 00:00:00 2001
From: Tatsuru <44866610+Ikkarin@users.noreply.github.com>
Date: Mon, 20 Jan 2020 10:04:44 -0300
Subject: [PATCH] Die

---
 src/p_map.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/p_map.c b/src/p_map.c
index 3f0ea61ee..1c2b4808b 100644
--- a/src/p_map.c
+++ b/src/p_map.c
@@ -591,12 +591,6 @@ static void P_DoTailsCarry(player_t *sonic, player_t *tails)
 
 	if (!(tails->pflags & PF_CANCARRY))
 		return;
-	
-#if 0
-	// To prevent finished players from being thrown into pits. Not that it matters much
-	if (sonic->pflags & PF_FINISHED)
-		return;
-#endif
 
 	if ((sonic->mo->eflags & MFE_VERTICALFLIP) != (tails->mo->eflags & MFE_VERTICALFLIP))
 		return; // Both should be in same gravity
-- 
GitLab