mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 10:02:01 +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…
Add table
Reference in a new issue