From ff60b8c469db4a36779b1cce5c334f1d15e14153 Mon Sep 17 00:00:00 2001 From: terencehill Date: Wed, 27 Dec 2017 00:06:19 +0100 Subject: [PATCH] Compilation units test fix + comment --- qcsrc/server/bot/api.qh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qcsrc/server/bot/api.qh b/qcsrc/server/bot/api.qh index c503f605d..3dab2c26b 100644 --- a/qcsrc/server/bot/api.qh +++ b/qcsrc/server/bot/api.qh @@ -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; -- 2.39.2