X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fserver%2Fscores.qh;h=ad406196635a55b1ecf60667d653eba8a21c27bc;hb=HEAD;hp=2287815f5acd2e43fc8c7b24d443344a83b28040;hpb=f64d037f9d2f38d874422e04d6147c1876a1c829;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/scores.qh b/qcsrc/server/scores.qh index 2287815f5..2b6ea4881 100644 --- a/qcsrc/server/scores.qh +++ b/qcsrc/server/scores.qh @@ -5,7 +5,6 @@ bool autocvar_g_full_getstatus_responses; entity scores_initialized; // non-NULL when scores labels/rules have been set -.float scoreboard_pos; /** * Attaches a PlayerScore entity to a player. Use that in ClientConnect. @@ -89,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).