hedgewars/uGearsList.pas
changeset 8751 4609823efc94
parent 8744 6c87486fd89b
child 8774 39754516eee6
--- 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