forgot to add back c96ff1a053d0
authornemo
Mon, 03 Sep 2012 14:50:26 -0400
changeset 7662 35d895dcd6f7
parent 7661 3046ad5b361e
child 7663 16e1422aee8e
forgot to add back c96ff1a053d0
hedgewars/uGearsHandlersRope.pas
--- a/hedgewars/uGearsHandlersRope.pas	Mon Sep 03 20:46:34 2012 +0200
+++ b/hedgewars/uGearsHandlersRope.pas	Mon Sep 03 14:50:26 2012 -0400
@@ -415,6 +415,8 @@
             end;
         end;
 
+    if Gear^.Elasticity < _20 then Gear^.CollisionMask:= $FF00
+    else Gear^.CollisionMask:= $FF7F;
     CheckCollision(Gear);
 
     if (Gear^.State and gstCollision) <> 0 then