]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Filter the target fields in spawnfuncs too, fixes CTS checkpoint waypoints
authorMario <mario@smbclan.net>
Thu, 12 Oct 2017 10:33:38 +0000 (20:33 +1000)
committerMario <mario@smbclan.net>
Thu, 12 Oct 2017 10:33:38 +0000 (20:33 +1000)
qcsrc/lib/spawnfunc.qh

index f1eb477a00195188c942ca3f7d5ce6b889343d1a..884714e3596928e9ef334c5d0efd711d21e76cf4 100644 (file)
@@ -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) \
         /**/