]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/bot/default/navigation.qh
Improve detection of item's nearest waypoint by using item's height in the tracewalk...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / default / navigation.qh
index a826715a86a9e46bc57b130a4a47c96960a72ffd..ea913456d33eac5db852b53c339a80d95b89350f 100644 (file)
@@ -161,4 +161,4 @@ void navigation_unstuck(entity this);
 void botframe_updatedangerousobjects(float maxupdate);
 
 entity navigation_findnearestwaypoint(entity ent, float walkfromwp);
-float navigation_waypoint_will_link(vector v, vector org, entity ent, vector v2, float v2_height, float walkfromwp, float bestdist);
+float navigation_waypoint_will_link(vector v, vector org, entity ent, vector v2, float v2_height, vector o2, float o2_height, float walkfromwp, float bestdist);