Fix crash from trying to spawn emerald sparkles on emeralds or monitors killed by the Overtime Barrier

This commit is contained in:
James R 2023-06-29 23:08:23 -07:00
parent 45d1d2cd48
commit 38f9922aa1

View file

@ -7533,6 +7533,7 @@ static boolean P_MobjRegularThink(mobj_t *mobj)
{
// Delete emeralds to let them reappear
P_KillMobj(mobj, NULL, NULL, DMG_NORMAL);
return false;
}
}