mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 02:42:20 +00:00
Die
This commit is contained in:
parent
fed000b724
commit
431206ebee
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue