]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/navigation.qh
Merge remote-tracking branch 'origin/samual/grenadelauncher_lifetime_bounce'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / navigation.qh
index 6355ef70056f0b8c74d9ddd0787e4782dba72f7c..0a9bf14010d17176eab4a7740b9b997f2facd622 100644 (file)
@@ -35,11 +35,11 @@ float DEBUG_NODE_WARNING        = 2;
 float DEBUG_NODE_FAIL           = 3;
 vector debuglastnode;
 
-entity navigation_wander_owner;        // Owner of the temporary list of goals
-entity navigation_wander_goal;         // Head of the temporary list of goals
-.entity navigation_wander_nextgoal;
-entity navigation_wander_bestgoal;
-float navigation_wander_bestgoalrating;
+entity bot_waypoint_queue_owner;       // Owner of the temporary list of goals
+entity bot_waypoint_queue_goal;                // Head of the temporary list of goals
+.entity bot_waypoint_queue_nextgoal;
+entity bot_waypoint_queue_bestgoal;
+float bot_waypoint_queue_bestgoalrating;
 
 /*
  * Functions