]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/spawnflags.qh
Remove a few more magic numbers and minor code cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / spawnflags.qh
index 44d129d4e28a70fceada084e1da88281976aa023..02f80d6f08e41d4f6fb36388c10d44fe8ffb8a78 100644 (file)
@@ -131,6 +131,13 @@ const int MAGICEAR_TUBA_EXACTPITCH = BIT(9);
 // monoflop
 const int MONOFLOP_FIXED = BIT(0);
 
+// relay_if
+const int RELAYIF_NEGATE = BIT(0);
+
+// relay_teamcheck
+const int RELAYTEAMCHECK_NOTEAM = BIT(0);
+const int RELAYTEAMCHECK_INVERT = BIT(1);
+
 //----------
 // SENDFLAGS
 //----------