--- a/hedgewars/uGearsHedgehog.pas Fri Feb 07 23:57:32 2014 +0400
+++ b/hedgewars/uGearsHedgehog.pas Sat Feb 08 16:29:34 2014 +0400
@@ -648,9 +648,9 @@
or (GameType = gmtDemo) then
begin
if cnt <> 0 then
- s:= trammo[Ammoz[ammo].NameId] + ' (+' + IntToStr(cnt) + ')'
+ s:= trammo[Ammoz[ammo].NameId] + ansistring(' (+' + IntToStr(cnt) + ')')
else
- s:= trammo[Ammoz[ammo].NameId] + ' (+' + IntToStr(Ammoz[ammo].NumberInCase) + ')';
+ s:= trammo[Ammoz[ammo].NameId] + ansistring(' (+' + IntToStr(Ammoz[ammo].NumberInCase) + ')');
AddCaption(s, HH.Team^.Clan^.Color, capgrpAmmoinfo);
// show ammo icon