- fixed: The line portal links were not deleted when an actor was destroyed.

This commit is contained in:
Christoph Oelckers 2016-05-11 09:58:03 +02:00
parent 966e6797e4
commit 77e30bb7d7
2 changed files with 1 additions and 1 deletions

View file

@ -4390,6 +4390,7 @@ void AActor::Deactivate (AActor *activator)
void AActor::Destroy ()
{
ClearRenderSectorList();
ClearRenderLineList();
// [RH] Destroy any inventory this actor is carrying
DestroyAllInventory ();