From 9c840811bbe2aa5b8cf45c7f4228b001c76cf3bb Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 10 Jan 2015 08:56:45 -0800 Subject: [PATCH] Add missing flag. --- qcsrc/server/bot/waypoints.qh | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/server/bot/waypoints.qh b/qcsrc/server/bot/waypoints.qh index 9ac92405d..c43b66de6 100644 --- a/qcsrc/server/bot/waypoints.qh +++ b/qcsrc/server/bot/waypoints.qh @@ -9,6 +9,7 @@ const float WAYPOINTFLAG_NORELINK = 1048576; const float WAYPOINTFLAG_PERSONAL = 524288; const float WAYPOINTFLAG_PROTECTED = 262144; // Useless WP detection never kills these. const float WAYPOINTFLAG_USEFUL = 131072; // Useless WP detection temporary flag. +const float WAYPOINTFLAG_DEAD_END = 65536; // Useless WP detection temporary flag. // fields you can query using prvm_global server to get some statistics about waypoint linking culling float relink_total, relink_walkculled, relink_pvsculled, relink_lengthculled; -- 2.39.2