diff -r f8bdc789ac60 -r 2638dec1b323 hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Sat Aug 20 16:31:20 2011 -0400 +++ b/hedgewars/HHHandlers.inc Sat Aug 20 16:43:57 2011 -0400 @@ -376,8 +376,8 @@ end; if Ammoz[CurAmmoType].Ammo.Propz and ammoprop_NeedTarget <> 0 then begin - newGear^.TargetX:= TargetPoint.X; - newGear^.TargetY:= TargetPoint.Y + newGear^.Target.X:= TargetPoint.X; + newGear^.Target.Y:= TargetPoint.Y end; // Clear FollowGear if using on a rope/parachute/saucer etc so focus stays with the hog's movement