NULL itnext in general on removal
This commit is contained in:
parent
fca0231cc7
commit
2864b2abd6
1 changed files with 2 additions and 0 deletions
|
|
@ -10007,6 +10007,8 @@ void P_RemoveMobj(mobj_t *mobj)
|
|||
}
|
||||
}
|
||||
|
||||
P_SetTarget(&mobj->itnext, NULL);
|
||||
|
||||
P_RemoveThingTID(mobj);
|
||||
P_DeleteMobjStringArgs(mobj);
|
||||
R_RemoveMobjInterpolator(mobj);
|
||||
|
|
|
|||
Loading…
Reference in a new issue