]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/scores.qh
Document r parameter in player stats specs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / scores.qh
index 178181cbada248a0ee7e55f5da55b8583d09d6ea..2b6ea4881045808340260607aaabd596032a6a5f 100644 (file)
@@ -88,7 +88,7 @@ void ScoreInfo_SetLabel_PlayerScore(PlayerScoreField i, string label, float scor
  * Initialize the scores info for the given number of teams.
  * Set all labels right before this call.
  */
-void ScoreInfo_Init(float teams);
+void ScoreInfo_Init(int teams);
 
 /**
  * Clear ALL scores (for ready-restart).