mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 04:02:37 +00:00
Remove Tails pick-up lock
This commit is contained in:
parent
38ca47891a
commit
a11d4f48c5
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…
Add table
Reference in a new issue