]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
document new static spawnflag for push entities
authorJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Wed, 8 Feb 2023 17:14:17 +0000 (18:14 +0100)
committerJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Wed, 8 Feb 2023 17:14:17 +0000 (18:14 +0100)
qcsrc/common/mapobjects/trigger/jumppads.qh

index ca8f002fcbeaa48e154d482fc2e7075904179a19..b84ed450b9850c4a133c3db4f3de93c1f094f1a9 100644 (file)
@@ -3,7 +3,7 @@
 
 const int PUSH_ONCE = BIT(0); // legacy, deactivate with relay instead
 const int PUSH_SILENT = BIT(1); // not used?
-#define PUSH_STATIC BIT(12)
+#define PUSH_STATIC BIT(12) // xonotic-only, Q3 already behaves like this by default
 
 IntrusiveList g_jumppads;
 STATIC_INIT(g_jumppads) { g_jumppads = IL_NEW(); }