mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-07 07:22:54 +00:00
parent
a094fe7d61
commit
aeda564145
1 changed files with 1 additions and 1 deletions
|
|
@ -9491,7 +9491,7 @@ void P_MobjThinker(mobj_t *mobj)
|
|||
return;
|
||||
|
||||
// Destroy items sector special
|
||||
if (P_CanDeleteKartItems(mobj->type))
|
||||
if (P_CanDeleteKartItem(mobj->type))
|
||||
{
|
||||
if (mobj->health > 0 && P_MobjTouchingSectorSpecial(mobj, 4, 7, true))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue