# HG changeset patch # User nemo # Date 1265633361 0 # Node ID 8a5685581aebf1c7f22cfb934e6c9e4a3043eabb # Parent 2613de505d8dbd96e30e0f357fdc054821c7994b Attractiveness tweak diff -r 2613de505d8d -r 8a5685581aeb hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Mon Feb 08 12:46:09 2010 +0000 +++ b/hedgewars/uWorld.pas Mon Feb 08 12:49:21 2010 +0000 @@ -164,7 +164,7 @@ if l >= 0 then begin DrawSprite(sprAMAmmosBW, x + g * 33 + 35, y + 1, LongInt(Ammo^[i, t].AmmoType)-1); - DrawSprite(sprTurnsLeft, x + g * 33 + 51, y + 17, l); + if l < 100 then DrawSprite(sprTurnsLeft, x + g * 33 + 51, y + 17, l); end else DrawSprite(sprAMAmmos, x + g * 33 + 35, y + 1, LongInt(Ammo^[i, t].AmmoType)-1); if (Slot = i)