hedgewars/uWorld.pas
changeset 844 9a82149409f3
parent 843 27b5180d0988
child 883 07a568ba44e0
--- a/hedgewars/uWorld.pas	Sun Apr 13 13:57:32 2008 +0000
+++ b/hedgewars/uWorld.pas	Sun Apr 13 14:06:17 2008 +0000
@@ -134,7 +134,7 @@
            begin
            DrawTexture(AMxCurr + 10, cScreenHeight - 68, Ammoz[Ammo^[Slot, Pos].AmmoType].NameTex);
            if Ammo^[Slot, Pos].Count < 10 then
-              //DXOutText(AMxCurr + 175, cScreenHeight - 68, fnt16, chr(Ammo^[Slot, Pos].Count + 48) + 'x', Surface);
+              DrawTexture(AMxCurr + 175, cScreenHeight - 68, CountTexz[Ammo^[Slot, Pos].Count]);
            if bSelected then
               begin
               bShowAmmoMenu:= false;