]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/sv_rules.qh
Merge branch 'master' into Lyberta/TeamplayOverhaul
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / sv_rules.qh
index 35a643d53b0eac3dde0e9d317f63667c0c7e5687..ca1b6f8e74649e80c2b1ebe8c180871c00cef75e 100644 (file)
@@ -1,5 +1,8 @@
 #pragma once
 
+// TODO: find a better location for these?
+float total_players;
+
 // todo: accept the number of teams as a parameter
 void GameRules_teams(bool value);