]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
NicePrint: use strict order
authorRudolf Polzer <divverent@xonotic.org>
Thu, 10 Jan 2013 15:50:39 +0000 (16:50 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 10 Jan 2013 15:50:39 +0000 (16:50 +0100)
qcsrc/server/scores.qc

index 25d454fdf1d1b39cc7b8336a539aad26c72b755e..06f25e41adfff58b336986613fddf3c97f14663f 100644 (file)
@@ -867,7 +867,7 @@ void Score_NicePrint(entity to)
                        ++t;
        w = bound(6, floor(SCORESWIDTH / t - 1), 9);
 
-       p = PlayerScore_Sort(score_dummyfield, 0);
+       p = PlayerScore_Sort(score_dummyfield, 1);
        t = -1;
 
        if(!teamscores_entities_count)