diff -r 27b5180d0988 -r 9a82149409f3 hedgewars/uWorld.pas --- 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;