From: terencehill Date: Mon, 11 May 2020 16:37:22 +0000 (+0200) Subject: Fix compilation units, update hash X-Git-Tag: xonotic-v0.8.5~1082 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=d7bcee3b2458ac62e6d5cd9529c46fc8fcb7b9dd Fix compilation units, update hash --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4906ab601a..40d5b0b407 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=a98e5e5ee0cc3d2e80ee0ad812786703 + - EXPECT=62fd4d2a4124374b7e0cc1aff445cd88 - HASH=$(${ENGINE} -noconfig -nohome +exec serverbench.cfg | tee /dev/stderr | grep '^:' diff --git a/qcsrc/server/scores.qc b/qcsrc/server/scores.qc index 0680d6a491..69b18ba2a2 100644 --- a/qcsrc/server/scores.qc +++ b/qcsrc/server/scores.qc @@ -5,6 +5,7 @@ #include #include #include +#include #include #include "../common/playerstats.qh" #include "../common/teams.qh"