hedgewars/GSHandlers.inc
changeset 7468 1333ca7554dc
parent 7426 55b49cc1f33a
child 7477 26706bf32ecf
--- 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