Only return if we damaged the monitor

This commit is contained in:
James R 2019-12-27 14:48:55 -08:00
parent 855e61f59e
commit afc78fb56a
1 changed files with 4 additions and 1 deletions

View File

@ -832,7 +832,10 @@ static boolean PIT_CheckThing(mobj_t *thing)
return true;
}
else
return P_DamageMobj(thing, tmthing, tmthing, 1, 0);
{
if (P_DamageMobj(thing, tmthing, tmthing, 1, 0))
return true;
}
}
// vectorise metal - done in a special case as at this point neither has the right flags for touching