Stability improvement - added another pass of removing objects before they are deleted to hopefully "fix" many crash issues.
Removing a deleted object is very important because if a deleted object is used the game crashes. The code should be good enough to always remove a object prior to deletion, but clearly I missed more than one of these, so adding another removal pass should make the game more stable :)