diff options
Diffstat (limited to 'mp/src/game/server/nav_mesh.h')
| -rw-r--r-- | mp/src/game/server/nav_mesh.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mp/src/game/server/nav_mesh.h b/mp/src/game/server/nav_mesh.h index 24faed41..a69cdc03 100644 --- a/mp/src/game/server/nav_mesh.h +++ b/mp/src/game/server/nav_mesh.h @@ -1259,8 +1259,10 @@ extern CNavMesh *TheNavMesh; // factory for creating the Navigation Mesh extern CNavMesh *NavMeshFactory( void ); +#ifdef STAGING_ONLY // for debugging the A* algorithm, if nonzero, show debug display and decrement for each pathfind extern int g_DebugPathfindCounter; +#endif //-------------------------------------------------------------------------------------------------------------- |