hedgewars/CCHandlers.inc
changeset 70 82d93eeecebe
parent 57 e1a77ae57065
child 72 aeb2ac1878dc
--- a/hedgewars/CCHandlers.inc	Tue Jun 20 21:22:15 2006 +0000
+++ b/hedgewars/CCHandlers.inc	Fri Jun 23 20:02:41 2006 +0000
@@ -269,7 +269,7 @@
         begin
         Ammo[CurSlot, CurAmmo].Timer:= 1000 * (byte(s[1]) - 48);
         with CurrentTeam^ do
-             ApplyAmmoChanges(@Hedgehogs[CurrHedgehog]);
+             ApplyAmmoChanges(Hedgehogs[CurrHedgehog]);
         if not CurrentTeam.ExtDriven then SendIPC(s);
         end
 end;
@@ -302,7 +302,7 @@
                 end;
           TargetPoint.X:= NoPointX;
           end;
-     ApplyAmmoChanges(@Hedgehogs[CurrHedgehog])
+     ApplyAmmoChanges(Hedgehogs[CurrHedgehog])
      end
 end;