mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 23:42:11 +00:00
Remove Tails pick-up lock
This commit is contained in:
parent
697dbd58e7
commit
fed000b724
1 changed files with 4 additions and 1 deletions
|
@ -591,9 +591,12 @@ 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