Skip to content

Commit 4ddc384

Browse files
committed
Removed redundant debug messages
1 parent 028fc2c commit 4ddc384

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

game/server/ai_tacticalservices.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@
99
#include "ai_moveprobe.h"
1010
#include "ai_pathfinder.h"
1111
#include "ai_navigator.h"
12+
#include "ai_waypoint.h"
1213

1314
#ifdef BB2_USE_NAVMESH
1415
#include "nav.h"
1516
#include "nav_pathfind.h"
1617
#include "nav_area.h"
1718
#endif // BB2_USE_NAVMESH
1819

20+
21+
1922
// memdbgon must be the last include file in a .cpp file!!!
2023
#include "tier0/memdbgon.h"
2124

@@ -298,6 +301,7 @@ const Vector CAI_TacticalServices::FindLosNavArea(const Vector& vThreatPos, cons
298301
if (GetOuter()->TestShootPosition(navOrigin, vThreatEyePos))
299302
return navOrigin;
300303
}
304+
301305
}
302306

303307
return vec3_invalid;

0 commit comments

Comments
 (0)