From: terencehill Date: Thu, 12 Jul 2018 14:25:15 +0000 (+0200) Subject: Fix compilation units and update hash X-Git-Tag: xonotic-v0.8.5~1923^2~5 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=53895e1fdbb3f168ec586b9366f28aca48636510;p=xonotic%2Fxonotic-data.pk3dir.git Fix compilation units and update hash --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 352b3f887..61ebfcdfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ test_sv_game: - wget -O data/maps/stormkeep.waypoints https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints - wget -O data/maps/stormkeep.waypoints.cache https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints.cache - make - - EXPECT=8033f8754b4a770027988d7ce41b9499 + - EXPECT=f83676ceba1516c8f365f49c3d1743d5 - HASH=$(${ENGINE} -noconfig -nohome +exec serverbench.cfg | tee /dev/stderr | grep '^:' diff --git a/qcsrc/server/bot/default/havocbot/havocbot.qc b/qcsrc/server/bot/default/havocbot/havocbot.qc index 580d5ad7a..e9d5905b8 100644 --- a/qcsrc/server/bot/default/havocbot/havocbot.qc +++ b/qcsrc/server/bot/default/havocbot/havocbot.qc @@ -18,6 +18,7 @@ #include #include +#include #include #include diff --git a/qcsrc/server/bot/default/havocbot/havocbot.qh b/qcsrc/server/bot/default/havocbot/havocbot.qh index 2f987f674..b3c0c3ea7 100644 --- a/qcsrc/server/bot/default/havocbot/havocbot.qh +++ b/qcsrc/server/bot/default/havocbot/havocbot.qh @@ -61,5 +61,3 @@ void(entity this, float ratingscale, vector org, float sradius) havocbot_goalrat */ .entity draggedby; -.float ladder_time; -.entity ladder_entity; diff --git a/qcsrc/server/bot/default/navigation.qc b/qcsrc/server/bot/default/navigation.qc index 20095fd49..cb003dbd3 100644 --- a/qcsrc/server/bot/default/navigation.qc +++ b/qcsrc/server/bot/default/navigation.qc @@ -13,6 +13,7 @@ #include #include +#include #include .float speed;