mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-07 07:22:54 +00:00
Die
This commit is contained in:
parent
a11d4f48c5
commit
0740af6914
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…
Add table
Reference in a new issue