diff -r 1b9f026e9fc6 -r 4609823efc94 hedgewars/uGearsList.pas --- a/hedgewars/uGearsList.pas Sun Mar 17 22:02:57 2013 +0100 +++ b/hedgewars/uGearsList.pas Mon Mar 18 12:13:46 2013 -0400 @@ -185,7 +185,7 @@ begin gear^.Hedgehog:= CurrentHedgehog; if (CurrentHedgehog^.Gear <> nil) and (hwRound(CurrentHedgehog^.Gear^.X) = X) and (hwRound(CurrentHedgehog^.Gear^.Y) = Y) then - gear^.CollisionMask:= lfCurrentMask + gear^.CollisionMask:= lfNotCurrentMask end; if (Ammoz[Gear^.AmmoType].Ammo.Propz and ammoprop_NeedTarget <> 0) then