diff -r c2dcf97ca664 -r 1333ca7554dc hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Tue Jul 31 23:29:00 2012 +0400 +++ b/hedgewars/GSHandlers.inc Wed Aug 01 18:35:09 2012 -0400 @@ -3685,10 +3685,6 @@ Gear^.X := HHGear^.X; Gear^.Y := HHGear^.Y; - // For some reason I need to reapply followgear here, something else grabs it otherwise. - // This is probably not needed anymore - if not CurrentTeam^.ExtDriven then - FollowGear := HHGear; if not isUnderWater and hasBorder and ((HHGear^.X < _0) or (hwRound(HHGear^.X) > LAND_WIDTH)) then