X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fscores.qh;h=e2a57f43fb4a3ffaf36b6a5d33f1d475d793e9db;hb=9e2421b1fa9bf534e67523c5ea6e98344dcbd27c;hp=79b65299f41e1bfa2c01d5a09e528011d5a560cd;hpb=5149aaa004721dba4947df89026a1c4b59506122;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/scores.qh b/qcsrc/server/scores.qh index 79b65299f..e2a57f43f 100644 --- a/qcsrc/server/scores.qh +++ b/qcsrc/server/scores.qh @@ -52,7 +52,7 @@ float TeamScore_Add(entity player, float scorefield, float score); * NEVER call this if team has not been set yet! * Returns the new score. */ -float TeamScore_AddToTeam(float t, float scorefield, float score); +float TeamScore_AddToTeam(int t, float scorefield, float score); /** * Returns a value indicating the team score (and higher is better).