Corrected test
authornemo
Tue, 23 Feb 2010 23:54:38 +0000
changeset 2854 7aac108149d9
parent 2853 953a6d71396f
child 2855 7e6adeb57427
Corrected test
hedgewars/HHHandlers.inc
--- a/hedgewars/HHHandlers.inc	Tue Feb 23 19:25:38 2010 +0000
+++ b/hedgewars/HHHandlers.inc	Tue Feb 23 23:54:38 2010 +0000
@@ -314,9 +314,10 @@
                     AddAmmo(PHedgehog(HH^.Hedgehog)^, a);
 // Possibly needs to check shared clan ammo game flag once added.
 // On the other hand, no obvious reason that clan members shouldn't know what ammo another clan member picked up
+AddFileLog(inttostr(PHedgehog(HH^.Hedgehog)^.Team^.Clan^.ClanIndex) + ' --------- ' + inttostr(LocalClan));
                     if (not (PHedgehog(HH^.Hedgehog)^.Team^.ExtDriven 
-                      or (PHedgehog(HH^.Hedgehog)^.Team^.Clan^.ClanIndex = LocalClan-1)
                       or (PHedgehog(HH^.Hedgehog)^.BotLevel > 0)))
+                    or (PHedgehog(HH^.Hedgehog)^.Team^.Clan^.ClanIndex = LocalClan)
                     or (GameType = gmtDemo)  then
                        begin
                        s:= trammo[Ammoz[a].NameId] + '(+' + IntToStr(Ammoz[a].NumberInCase) + ')';