hedgewars/GSHandlers.inc
changeset 1624 3cbf01d31e5c
parent 1603 dbcb2d531fad
child 1630 513a2c089160
--- a/hedgewars/GSHandlers.inc	Fri Jan 09 11:28:18 2009 +0000
+++ b/hedgewars/GSHandlers.inc	Fri Jan 09 11:55:05 2009 +0000
@@ -826,7 +826,7 @@
 			Gear^.Y:= Gear^.Y + ty;
 			Gear^.Elasticity:= tt;
 			Gear^.doStep:= @doStepRopeWork;
-			with HHGear^ do State:= State and not gstAttacking;
+			with HHGear^ do State:= State and not (gstAttacking or gstMoving);
 			tt:= _0
 			end;
 		tx:= tx + Gear^.dX + Gear^.dX;