From: Rudolf Polzer Date: Thu, 10 Jan 2013 15:50:39 +0000 (+0100) Subject: NicePrint: use strict order X-Git-Tag: xonotic-v0.7.0~130 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=52e76c4e559d3c4d3f963c2a5feecc226d50e829;p=xonotic%2Fxonotic-data.pk3dir.git NicePrint: use strict order --- diff --git a/qcsrc/server/scores.qc b/qcsrc/server/scores.qc index 25d454fdf..06f25e41a 100644 --- a/qcsrc/server/scores.qc +++ b/qcsrc/server/scores.qc @@ -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)