Don't respawn items boxes in duels

This commit is contained in:
Sally Coolatta 2022-09-28 01:56:58 -04:00
parent f9c4f66931
commit 1744da3791

View file

@ -1017,7 +1017,7 @@ void P_KillMobj(mobj_t *target, mobj_t *inflictor, mobj_t *source, UINT8 damaget
{
target->fuse = 2;
}
else
else if (inDuel == false)
{
UINT8 i;