mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
UCRP_HITMIDAIR: Fix typo for object type check
This commit is contained in:
parent
6b2e0a508d
commit
3c5e03428a
1 changed files with 1 additions and 1 deletions
|
|
@ -2621,7 +2621,7 @@ boolean P_DamageMobj(mobj_t *target, mobj_t *inflictor, mobj_t *source, INT32 da
|
|||
if (inflictor && source && source->player)
|
||||
{
|
||||
if (source->player->roundconditions.hit_midair == false
|
||||
&& K_IsMissileOrKartItem(source)
|
||||
&& K_IsMissileOrKartItem(inflictor)
|
||||
&& target->player->airtime > TICRATE/2
|
||||
&& source->player->airtime > TICRATE/2)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue