From: terencehill Date: Tue, 26 Dec 2017 23:06:19 +0000 (+0100) Subject: Compilation units test fix + comment X-Git-Tag: xonotic-v0.8.5~2378^2~5 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ff60b8c469db4a36779b1cce5c334f1d15e14153;p=xonotic%2Fxonotic-data.pk3dir.git Compilation units test fix + comment --- 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;