mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix false comment
This commit is contained in:
parent
b38bd1a078
commit
d9f4772fbc
1 changed files with 1 additions and 1 deletions
|
|
@ -962,7 +962,7 @@ static boolean PIT_CheckThing(mobj_t *thing)
|
|||
{
|
||||
return true;
|
||||
}
|
||||
if ((thing->flags & MF_PUSHABLE) // carrying a player
|
||||
if ((thing->flags & MF_PUSHABLE) // not carrying a player
|
||||
&& ((tmthing->eflags & MFE_VERTICALFLIP) == (thing->eflags & MFE_VERTICALFLIP))
|
||||
&& (P_AproxDistance(thing->x - tmthing->x, thing->y - tmthing->y) < (thing->radius))
|
||||
&& (P_MobjFlip(tmthing)*tmthing->momz <= 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue