mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-06-04 19:10:59 +00:00
- fixed: The line portal links were not deleted when an actor was destroyed.
This commit is contained in:
parent
966e6797e4
commit
77e30bb7d7
2 changed files with 1 additions and 1 deletions
|
@ -4390,6 +4390,7 @@ void AActor::Deactivate (AActor *activator)
|
|||
void AActor::Destroy ()
|
||||
{
|
||||
ClearRenderSectorList();
|
||||
ClearRenderLineList();
|
||||
|
||||
// [RH] Destroy any inventory this actor is carrying
|
||||
DestroyAllInventory ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue