]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/scores.qh
Merge branch 'master' into z411/bai-server
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / scores.qh
index a5eb2ec04b09cdbb87b47177702d05c09e91f79d..288eaf0c11a717d7a9f1a91668eb8c25b91ac49c 100644 (file)
@@ -2,6 +2,8 @@
 
 #include <common/scores.qh>
 
+bool autocvar_g_full_getstatus_responses;
+
 entity scores_initialized; // non-NULL when scores labels/rules have been set
 .float scoreboard_pos;
 
@@ -139,4 +141,4 @@ string GetTeamScoreString(float tm, float shortString);
  * strict: return a strict ordering
  * nospectators: exclude spectators
  */
-entity PlayerScore_Sort(.float field, float teams, float strict, float nospectators);
+entity PlayerScore_Sort(.float field, int teams, bool strict, bool nospectators);