]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode_ca.qh
Merge branch 'master' into Mario/quickmenu_merge
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_ca.qh
index ab0a9d1954e928a5e4621df4fb34bb1b1ec5d3e8..a33395254bef0a82abefaebe7ed17b88d9c3b426 100644 (file)
@@ -1,3 +1,8 @@
 // should be removed in the future, as other code should not have to care
 .float caplayer; // 0.5 if scheduled to join the next round
 
+#ifdef SVQC
+
+#define ST_CA_ROUNDS 1
+
+#endif