]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode_ca.qh
Also check if the attacker is a player
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_ca.qh
index 54df1a4013999347be22ee333d4f34dba4b19ef5..a33395254bef0a82abefaebe7ed17b88d9c3b426 100644 (file)
@@ -1,3 +1,8 @@
 // should be removed in the future, as other code should not have to care
-.float caplayer;
+.float caplayer; // 0.5 if scheduled to join the next round
 
+#ifdef SVQC
+
+#define ST_CA_ROUNDS 1
+
+#endif