From: Mario Date: Thu, 12 Oct 2017 10:33:38 +0000 (+1000) Subject: Filter the target fields in spawnfuncs too, fixes CTS checkpoint waypoints X-Git-Tag: xonotic-v0.8.5~2450 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8df8d30b8f9aa4176f2e3913db23adbde5c587ad;p=xonotic%2Fxonotic-data.pk3dir.git Filter the target fields in spawnfuncs too, fixes CTS checkpoint waypoints --- diff --git a/qcsrc/lib/spawnfunc.qh b/qcsrc/lib/spawnfunc.qh index f1eb477a0..884714e35 100644 --- a/qcsrc/lib/spawnfunc.qh +++ b/qcsrc/lib/spawnfunc.qh @@ -36,6 +36,10 @@ noref bool require_spawnfunc_prefix; #define SPAWNFUNC_INTERNAL_FIELDS(X) \ X(string, classname, "spawnfunc") \ + X(string, target, string_null) \ + X(string, target2, string_null) \ + X(string, target3, string_null) \ + X(string, target4, string_null) \ X(string, targetname, string_null) \ /**/