changeset 965 | a4d5fc8eec7a |
parent 961 | a9a349b2b3fa |
child 988 | cdff3f6f9b38 |
--- a/hedgewars/uWorld.pas Thu May 29 20:57:24 2008 +0000 +++ b/hedgewars/uWorld.pas Fri May 30 21:08:41 2008 +0000 @@ -138,7 +138,7 @@ if Ammo^[Slot, Pos].Count > 0 then begin DrawTexture(AMxCurr + 10, cScreenHeight - 68, Ammoz[Ammo^[Slot, Pos].AmmoType].NameTex); - if Ammo^[Slot, Pos].Count < 10 then + if Ammo^[Slot, Pos].Count < AMMO_INFINITE then DrawTexture(AMxCurr + 175, cScreenHeight - 68, CountTexz[Ammo^[Slot, Pos].Count]); if bSelected then begin