]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add missing flag.
authorRudolf Polzer <divverent@xonotic.org>
Sat, 10 Jan 2015 16:56:45 +0000 (08:56 -0800)
committerRudolf Polzer <divverent@xonotic.org>
Sat, 10 Jan 2015 16:56:45 +0000 (08:56 -0800)
qcsrc/server/bot/waypoints.qh

index 9ac92405d9ee928f9bf03d653e9f56ee6a1f3002..c43b66de66724a21fd54acafec34d8a42f68ecc3 100644 (file)
@@ -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;