]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update hash and fix compilation unit test
authorbones_was_here <bones_was_here@xa.org.au>
Wed, 21 Jul 2021 08:54:31 +0000 (18:54 +1000)
committerbones_was_here <bones_was_here@xa.org.au>
Wed, 21 Jul 2021 08:54:31 +0000 (18:54 +1000)
.gitlab-ci.yml
qcsrc/common/mutators/mutator/buffs/buffs.qh

index f5e8ad0d40ad9b8649f735d446a2f8492577b396..3dcd27e44522dcda0eebd6fff804cb140af5159c 100644 (file)
@@ -32,7 +32,7 @@ test_sv_game:
     - wget -O data/maps/stormkeep.waypoints https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints\r
     - wget -O data/maps/stormkeep.waypoints.cache https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints.cache\r
     - make\r
-    - EXPECT=0052773aed8d3ee62f8a07cd774eec5c\r
+    - EXPECT=d1b8209ef263b8fbb59dbb205049af52\r
     - HASH=$(${ENGINE} -noconfig -nohome +timestamps 1 +exec serverbench.cfg\r
       | tee /dev/stderr\r
       | sed -e 's,^\[[^]]*\] ,,'\r
index 9851cd8f7a55c9988b2470bc320b25f6a7c41463..f4fad84de7fa7f96404a8611cd93c51b67f13a58 100644 (file)
@@ -45,6 +45,7 @@ STATIC_INIT(REGISTER_BUFFS) {
 
 #ifdef SVQC
        .entity buffdef;
+       .int team_forced;
        void buff_Init(entity ent);
        void buff_Init_Compat(entity ent, entity replacement);
        #define BUFF_SPAWNFUNC(e, b, t) spawnfunc(item_buff_##e) { \