From 448fb2321fe3871fd8c6a4c4ea2126fb1f8c548e Mon Sep 17 00:00:00 2001 From: mand1nga Date: Sat, 6 Aug 2011 20:01:55 -0300 Subject: [PATCH] Made bots walk to any reachable waypoint in case they got stuck --- qcsrc/server/bot/navigation.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/bot/navigation.qc b/qcsrc/server/bot/navigation.qc index 03a549439..258d3d177 100644 --- a/qcsrc/server/bot/navigation.qc +++ b/qcsrc/server/bot/navigation.qc @@ -1027,7 +1027,7 @@ void navigation_unstuck() while(head) { if(head.classname=="waypoint") - if(!(head.wpflags & WAYPOINTFLAG_GENERATED)) + // if(!(head.wpflags & WAYPOINTFLAG_GENERATED)) { if(bot_waypoint_queue_goal) bot_waypoint_queue_goal.bot_waypoint_queue_nextgoal = head; -- 2.39.2