Crash prevention

This commit is contained in:
toasterbabe 2017-08-07 18:58:41 +01:00
parent fe756d567e
commit d135f64464
1 changed files with 1 additions and 1 deletions

View File

@ -6546,7 +6546,7 @@ maceretry:
P_SetThingPosition(mobj);
if (donetwice)
if (donetwice || P_MobjWasRemoved(mobj))
return;
if (mobj->flags & (MF_NOCLIP|MF_NOCLIPHEIGHT))