]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compilation units and update hash
authorterencehill <piuntn@gmail.com>
Thu, 22 Aug 2019 00:57:30 +0000 (02:57 +0200)
committerterencehill <piuntn@gmail.com>
Thu, 22 Aug 2019 00:57:30 +0000 (02:57 +0200)
.gitlab-ci.yml
qcsrc/server/bot/api.qh

index 22bfe39d76fcbf6e535d32e86dfa07a4e2f323af..83112310c270c3b0a68d945427ab158f57981832 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=e1e069b401a7aaf28fed29e2e8cbc0c8
+    - EXPECT=4eb3a666f96bd7ac7d84d0019237d23c
     - HASH=$(${ENGINE} -noconfig -nohome +exec serverbench.cfg
       | tee /dev/stderr
       | grep '^:'
index eddc712347a6f115c26fb7eb3fa466d5cb24e58a..f8285f634d82f0b920ead3a79c3af60712a778f6 100644 (file)
@@ -132,6 +132,7 @@ void waypoint_spawn_fromeditor(entity pl, bool at_crosshair, bool is_jump_wp, bo
 entity waypoint_spawn(vector m1, vector m2, float f);
 void waypoint_unreachable(entity pl);
 void waypoint_start_hardwiredlink(entity pl, bool at_crosshair);
+void waypoint_lock(entity pl);
 
 void waypoint_getSymmetricalOrigin_cmd(entity caller, bool save, int arg_idx);
 void waypoint_getSymmetricalAxis_cmd(entity caller, bool save, int arg_idx);