changeset 3196 | 336d6fc3325c |
parent 3174 | 17e2602dfdc5 |
child 3236 | 4ab3917d7d44 |
--- a/hedgewars/HHHandlers.inc Tue Mar 30 20:51:25 2010 +0000 +++ b/hedgewars/HHHandlers.inc Tue Mar 30 23:03:51 2010 +0000 @@ -327,7 +327,7 @@ or (PHedgehog(HH^.Hedgehog)^.Team^.Clan^.ClanIndex = LocalClan) or (GameType = gmtDemo) then begin - s:= trammo[Ammoz[a].NameId] + '(+' + IntToStr(Ammoz[a].NumberInCase) + ')'; + s:= trammo[Ammoz[a].NameId] + ' (+' + IntToStr(Ammoz[a].NumberInCase) + ')'; AddCaption(s, PHedgehog(HH^.Hedgehog)^.Team^.Clan^.Color, capgrpAmmoinfo); // show ammo icon