]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Compilation units test fix + comment
authorterencehill <piuntn@gmail.com>
Tue, 26 Dec 2017 23:06:19 +0000 (00:06 +0100)
committerterencehill <piuntn@gmail.com>
Wed, 27 Dec 2017 01:20:39 +0000 (02:20 +0100)
qcsrc/server/bot/api.qh

index c503f605dce9b7616f791b6e9ea3193e4e737499..3dab2c26bf94287485a592974c4e06e4ef9a0ba1 100644 (file)
@@ -6,7 +6,7 @@
 
 const int WAYPOINTFLAG_GENERATED = BIT(23);
 const int WAYPOINTFLAG_ITEM = BIT(22);
-const int WAYPOINTFLAG_TELEPORT = BIT(21);
+const int WAYPOINTFLAG_TELEPORT = BIT(21); // teleports, warpzones and jumppads
 const int WAYPOINTFLAG_NORELINK = BIT(20);
 const int WAYPOINTFLAG_PERSONAL = BIT(19);
 const int WAYPOINTFLAG_PROTECTED = BIT(18);  // Useless WP detection never kills these.
@@ -23,6 +23,7 @@ float bot_weapons_far[Weapons_MAX];
 float bot_weapons_mid[Weapons_MAX];
 float skill;
 
+.float bot_tracewalk_time;
 .float bot_attack;
 .float bot_dodgerating;
 .float bot_dodge;