]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
oops :) fix argument order
authorRudolf Polzer <divverent@xonotic.org>
Thu, 10 Jan 2013 15:30:52 +0000 (16:30 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 10 Jan 2013 15:30:52 +0000 (16:30 +0100)
qcsrc/client/scoreboard.qc

index 591f4b0dc6edc9478df5d85b69ff755db78bf5e9..d37e1808ea68ea0c5dec9e90005723b9456130a6 100644 (file)
@@ -129,7 +129,7 @@ void HUD_UpdatePlayerTeams()
        */
 }
 
-float HUD_CompareScore(float f, float vl, float vr)
+float HUD_CompareScore(float vl, float vr, float f)
 {
        if(f & SFL_ZERO_IS_WORST)
        {