]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/scores.qh
Minor cleanup to player score sorting functions
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / scores.qh
index ad406196635a55b1ecf60667d653eba8a21c27bc..cae0169aa6d32162af609ba088b0d044c3746fbe 100644 (file)
@@ -136,4 +136,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);