mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-24 11:42:03 +00:00
Crash prevention
This commit is contained in:
parent
fe756d567e
commit
d135f64464
1 changed files with 1 additions and 1 deletions
|
@ -6546,7 +6546,7 @@ maceretry:
|
|||
|
||||
P_SetThingPosition(mobj);
|
||||
|
||||
if (donetwice)
|
||||
if (donetwice || P_MobjWasRemoved(mobj))
|
||||
return;
|
||||
|
||||
if (mobj->flags & (MF_NOCLIP|MF_NOCLIPHEIGHT))
|
||||
|
|
Loading…
Reference in a new issue