]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix typo
authorterencehill <piuntn@gmail.com>
Thu, 21 Apr 2011 22:03:05 +0000 (00:03 +0200)
committerterencehill <piuntn@gmail.com>
Thu, 21 Apr 2011 22:03:05 +0000 (00:03 +0200)
qcsrc/client/hud.qc

index d8505ab4f5ba6761f8c2c9a035e6d88be14b1eed..9eb99ba59c08f3ef3d87a10e7ddd0121209e4efb 100644 (file)
@@ -2655,7 +2655,7 @@ void HUD_Score(void)
                                        }
                                        else
                                        {
-                                               s = sprintf(_("Player %d"), ftos(i+1));
+                                               s = sprintf(_("Player %d"), i+1);
                                                score -= 3;
                                        }