changeset 11853 | 6a0d6b00dac8 |
parent 11852 | 38e7206a5df4 |
child 11892 | 083c12795632 |
--- a/hedgewars/uGearsHedgehog.pas Fri Sep 16 00:01:43 2016 +0200 +++ b/hedgewars/uGearsHedgehog.pas Fri Sep 16 00:22:05 2016 +0200 @@ -660,7 +660,7 @@ if cnt <> 0 then AddAmmo(HH, ammo, cnt) else AddAmmo(HH, ammo); - if IsHogLocal(@HH) or (GameType = gmtDemo) then + if IsHogLocal(@HH) then begin if cnt <> 0 then s:= trammo[Ammoz[ammo].NameId] + ansistring(' (+' + IntToStr(cnt) + ')')