hedgewars/uWorld.pas
changeset 842 fae2fae2fe8d
parent 841 0700e3d3474d
child 843 27b5180d0988
--- a/hedgewars/uWorld.pas	Sun Apr 13 12:45:30 2008 +0000
+++ b/hedgewars/uWorld.pas	Sun Apr 13 12:47:18 2008 +0000
@@ -132,9 +132,9 @@
      if (Pos >= 0) then
         if Ammo^[Slot, Pos].Count > 0 then
            begin
-           DXOutText(AMxCurr + 10, cScreenHeight - 68, fnt16, trAmmo[Ammoz[Ammo^[Slot, Pos].AmmoType].NameId], Surface);
+           //DXOutText(AMxCurr + 10, cScreenHeight - 68, fnt16, trAmmo[Ammoz[Ammo^[Slot, Pos].AmmoType].NameId], Surface);
            if Ammo^[Slot, Pos].Count < 10 then
-              DXOutText(AMxCurr + 175, cScreenHeight - 68, fnt16, chr(Ammo^[Slot, Pos].Count + 48) + 'x', Surface);
+              //DXOutText(AMxCurr + 175, cScreenHeight - 68, fnt16, chr(Ammo^[Slot, Pos].Count + 48) + 'x', Surface);
            if bSelected then
               begin
               bShowAmmoMenu:= false;