diff --git a/Runtime/World/CTeamAiMgr.hpp b/Runtime/World/CTeamAiMgr.hpp index 79e6aa5e7..3bd69e85b 100644 --- a/Runtime/World/CTeamAiMgr.hpp +++ b/Runtime/World/CTeamAiMgr.hpp @@ -64,10 +64,10 @@ private: std::vector x58_roles; std::vector x68_meleeAttackers; std::vector x78_rangedAttackers; - float x88_timeDirty = 0.f; + float x88_timeDirty = 0.0f; TUniqueId x8c_teamCaptainId = kInvalidUniqueId; - float x90_timeSinceMelee; - float x94_timeSinceRanged; + float x90_timeSinceMelee = 0.0f; + float x94_timeSinceRanged = 0.0f; void UpdateTeamCaptain(); bool ShouldUpdateRoles(float dt);