hedgewars/GSHandlers.inc
changeset 4104 b94ff350d111
parent 4103 aa932f2e6349
child 4135 5be798ecafdc
--- a/hedgewars/GSHandlers.inc	Wed Nov 03 15:03:24 2010 -0400
+++ b/hedgewars/GSHandlers.inc	Wed Nov 03 20:16:31 2010 +0100
@@ -1353,7 +1353,10 @@
                 Gear^.doStep := @doStepRopeWork;
                 PlaySound(sndRopeAttach);
                 with HHGear^ do
+                    begin
                     State := State and not (gstAttacking or gstHHJumping or gstHHHJump);
+                    Message := Message and not gmAttack
+                    end;
 
                 RemoveFromAmmo;