Fixed|Client: Crash due to stray mobjs being left in the client ID hash
ClMobj_Destroy() was not unlinking the object from the ID hash. Instead,it was trying to unlink to twice from the blockmap/sector.
View differences
Fixed|Client: Crash due to stray mobjs being left in the client ID hash
ClMobj_Destroy() was not unlinking the object from the ID hash. Instead,
it was trying to unlink to twice from the blockmap/sector.