diff -r 31a177d2856c -r c96ff1a053d0 hedgewars/uGearsHandlersRope.pas --- a/hedgewars/uGearsHandlersRope.pas Sat Aug 25 23:00:19 2012 +0400 +++ b/hedgewars/uGearsHandlersRope.pas Sat Aug 25 15:04:24 2012 -0400 @@ -431,6 +431,8 @@ end; end; + if Gear^.Elasticity < _20 then Gear^.CollisionMask:= $FF00 + else Gear^.CollisionMask:= $FF7F; CheckCollision(Gear); if (Gear^.State and gstCollision) <> 0 then