# HG changeset patch # User nemo # Date 1288193945 14400 # Node ID 3a42cd3cc27f5c4606daf90b3b0442f22ea1452c # Parent 3e173ac6384913b460bf537fa91109b15f49a044 Only FollowGear for the pilot. diff -r 3e173ac63849 -r 3a42cd3cc27f hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Wed Oct 27 00:24:03 2010 -0400 +++ b/hedgewars/GSHandlers.inc Wed Oct 27 11:39:05 2010 -0400 @@ -3051,7 +3051,7 @@ Gear^.X := HHGear^.X; Gear^.Y := HHGear^.Y; // For some reason I need to reapply followgear here, something else grabs it otherwise. - if not bShowAmmoMenu then FollowGear := HHGear; + if not bShowAmmoMenu and not CurrentTeam^.ExtDriven then FollowGear := HHGear; if ((Gear^.State and gsttmpFlag) = 0) or (HHGear^.dY < _0) then doStepHedgehogMoving(HHGear);