This commit is contained in:
Tatsuru 2020-01-20 10:04:44 -03:00
parent fed000b724
commit 431206ebee
1 changed files with 0 additions and 6 deletions

View File

@ -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