]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compilation units and update hash
authorterencehill <piuntn@gmail.com>
Sat, 8 Dec 2018 14:00:11 +0000 (15:00 +0100)
committerterencehill <piuntn@gmail.com>
Sat, 8 Dec 2018 14:00:11 +0000 (15:00 +0100)
.gitlab-ci.yml
qcsrc/server/bot/default/waypoints.qc

index e773eb6f58e48d9f4adf909e065b4fe8d8ba2878..e6e7d5b3cc8f05ef79fc1daa3605fd7e376c0b3c 100644 (file)
@@ -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
     - 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=b27bbbd74c91ea66195d61982fd471ce
+    - EXPECT=1c17d1c4e3c98de30d9bec68a635f600
     - HASH=$(${ENGINE} -noconfig -nohome +exec serverbench.cfg
       | tee /dev/stderr
       | grep '^:'
     - HASH=$(${ENGINE} -noconfig -nohome +exec serverbench.cfg
       | tee /dev/stderr
       | grep '^:'
index 8b0591099d3681254f54b06b507c3df0f5b1b2fb..1ef4c8c52f429a920ec3f072c5634b804e6bfba3 100644 (file)
@@ -12,6 +12,7 @@
 #include "../../antilag.qh"
 
 #include <common/constants.qh>
 #include "../../antilag.qh"
 
 #include <common/constants.qh>
+#include <common/debug.qh>
 #include <common/net_linked.qh>
 #include <common/physics/player.qh>
 
 #include <common/net_linked.qh>
 #include <common/physics/player.qh>