]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/navigation.qh
Added cvar bot_debug_goalstack to visualize the path that each bot is trying to follow
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / navigation.qh
index 2f41210c17142491c5f98c9045312a234c018b27..06bbb85c310101f51b4cf2f799691e9a9fae9837 100644 (file)
@@ -43,9 +43,7 @@ void debugresetnodes();
 void debugnode(vector node);
 void debugnodestatus(vector position, float status);
 
-#ifdef DEBUG_BOT_GOALSTACK
 void debuggoalstack();
-#endif
 
 float tracewalk(entity e, vector start, vector m1, vector m2, vector end, float movemode);