Added support for client-side Behaviors

This commit is contained in:
Boondorl 2025-07-08 02:52:17 -04:00 committed by Ricardo Luís Vaz Silva
commit a73d9f6e8f
5 changed files with 33 additions and 6 deletions

View file

@ -387,6 +387,7 @@ void FLevelLocals::ClearLevelData(bool fullgc)
levelMesh = nullptr;
VisualThinkerHead = nullptr;
ActorBehaviors.Clear();
ClientSideActorBehaviors.Clear();
if (screen)
screen->SetAABBTree(nullptr);
}