From: terencehill Date: Thu, 21 Apr 2011 22:03:05 +0000 (+0200) Subject: Fix typo X-Git-Tag: xonotic-v0.5.0~269^2~14 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ec7ff827741a81d266e004e720644f57d480a4f3;p=xonotic%2Fxonotic-data.pk3dir.git Fix typo --- diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index d8505ab4f..9eb99ba59 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -2655,7 +2655,7 @@ void HUD_Score(void) } else { - s = sprintf(_("Player %d"), ftos(i+1)); + s = sprintf(_("Player %d"), i+1); score -= 3; }