]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/navigation.qh
Added cvar bot_debug_tracewalk to enable visual indicators for short-term navigation
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / navigation.qh
index 666db4e5ee36988c81af2d998777a81ee2a33fac..2f41210c17142491c5f98c9045312a234c018b27 100644 (file)
@@ -30,22 +30,18 @@ entity navigation_bestgoal;
 .entity navigation_jetpack_goal;
 .vector navigation_jetpack_point;
 
-#ifdef DEBUG_TRACEWALK
 float DEBUG_NODE_SUCCESS        = 1;
 float DEBUG_NODE_WARNING        = 2;
 float DEBUG_NODE_FAIL           = 3;
 vector debuglastnode;
-#endif
 
 /*
  * Functions
  */
 
-#ifdef DEBUG_TRACEWALK
 void debugresetnodes();
 void debugnode(vector node);
 void debugnodestatus(vector position, float status);
-#endif
 
 #ifdef DEBUG_BOT_GOALSTACK
 void debuggoalstack();