hedgewars/uGearsHedgehog.pas
changeset 7180 53ffc8853008
parent 7164 fad64b97947e
child 7194 d8e68cbca7ee
--- a/hedgewars/uGearsHedgehog.pas	Mon Jun 04 08:11:47 2012 -0400
+++ b/hedgewars/uGearsHedgehog.pas	Mon Jun 04 21:32:30 2012 +0400
@@ -601,7 +601,7 @@
                     if (not (HH^.Hedgehog^.Team^.ExtDriven 
                     or (HH^.Hedgehog^.BotLevel > 0)))
                     or (HH^.Hedgehog^.Team^.Clan^.ClanIndex = LocalClan)
-                    or (GameType = gmtDemo)  then
+                    or (GameType in [gmtDemo, gmtRecord])  then
                         begin
                         s:= trammo[Ammoz[a].NameId] + ' (+' + IntToStr(Ammoz[a].NumberInCase) + ')';
                         AddCaption(s, HH^.Hedgehog^.Team^.Clan^.Color, capgrpAmmoinfo);