mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-17 04:02:50 +00:00
Removed an unnecessary tracer check
This commit is contained in:
parent
75afe898f3
commit
18c0d32320
1 changed files with 1 additions and 1 deletions
|
|
@ -836,7 +836,7 @@ static boolean PIT_CheckThing(mobj_t *thing)
|
|||
|
||||
if (thing->type == MT_SALOONDOOR && tmthing->player)
|
||||
{
|
||||
if ((tmthing->player->powers[pw_carry] == CR_MINECART && tmthing->player->mo->tracer && !P_MobjWasRemoved(tmthing->player->mo->tracer)))
|
||||
if (tmthing->player->powers[pw_carry] == CR_MINECART)
|
||||
{
|
||||
fixed_t dx = tmthing->momx;
|
||||
fixed_t dy = tmthing->momy;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue