]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compilation units, update hash
authorterencehill <piuntn@gmail.com>
Mon, 11 May 2020 16:37:22 +0000 (18:37 +0200)
committerterencehill <piuntn@gmail.com>
Mon, 11 May 2020 16:37:22 +0000 (18:37 +0200)
.gitlab-ci.yml
qcsrc/server/scores.qc

index 4906ab601a6a87bd61b8136e2cd2aad84ffa65c2..40d5b0b4072e8ea4a690f6060d9cf528c703ca5c 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
-    - EXPECT=a98e5e5ee0cc3d2e80ee0ad812786703
+    - EXPECT=62fd4d2a4124374b7e0cc1aff445cd88
     - HASH=$(${ENGINE} -noconfig -nohome +exec serverbench.cfg
       | tee /dev/stderr
       | grep '^:'
index 0680d6a491730df2bfedbc252f870bd5c651ee02..69b18ba2a206d8685dd1ef33bf18604007a971fb 100644 (file)
@@ -5,6 +5,7 @@
 #include <server/g_world.qh>
 #include <server/miscfunctions.qh>
 #include <server/mutators/_mod.qh>
+#include <server/round_handler.qh>
 #include <common/net_linked.qh>
 #include "../common/playerstats.qh"
 #include "../common/teams.qh"