]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/sv_rules.qh
GameRules: make `GameRules_teams(true)` imply `have_team_spawns = -1`
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / sv_rules.qh
index 588d8da70ba1bfa28c4d64190e150cb1077b5e91..33083b367798ee9f5afb544c054d3d9104a7cab9 100644 (file)
@@ -3,6 +3,11 @@
 // todo: accept the number of teams as a parameter
 void GameRules_teams(bool value);
 
 // todo: accept the number of teams as a parameter
 void GameRules_teams(bool value);
 
+/**
+ * Used to disable team spawns in team modes
+ */
+void GameRules_spawning_teams(bool value);
+
 /**
  * Disabling score disables the "score" column on the scoreboard
  */
 /**
  * Disabling score disables the "score" column on the scoreboard
  */