--- 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;