FUCK

blame cf02646229
This commit is contained in:
James R 2022-09-29 12:35:02 -07:00
parent a094fe7d61
commit aeda564145

View file

@ -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))
{