]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/panel/score.qc
Merge branch 'master' into terencehill/player_sorting
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / score.qc
index 164f60534d5138ee42310131e10af4dc5eb47944..c33fce08b16a1ae80a9d3a256e99551ea7424167 100644 (file)
@@ -179,7 +179,7 @@ void HUD_Score()
                                pl = NULL;
 
                score = me.(scores(ps_primary));
-               timer = TIME_ENCODED_TOSTRING(score);
+               timer = TIME_ENCODED_TOSTRING(score, false);
 
                draw_beginBoldFont();
                if (pl && ((!(scores_flags(ps_primary) & SFL_ZERO_IS_WORST)) || score)) {