From cc047cf07f123e97ddadb0d123fff94d25f39300 Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Sat, 26 Jul 2025 10:41:25 +0100 Subject: [PATCH] Update aiPlayer.h --- Engine/source/T3D/aiPlayer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Engine/source/T3D/aiPlayer.h b/Engine/source/T3D/aiPlayer.h index 1274de0b8..e5d41330d 100644 --- a/Engine/source/T3D/aiPlayer.h +++ b/Engine/source/T3D/aiPlayer.h @@ -228,6 +228,8 @@ public: /// Types of link we can use. LinkData mLinkTypes; + dtQueryFilter mFilter; + Vector mAreaCosts; /// @} #endif // TORQUE_NAVIGATION_ENABLED