hedgewars/GSHandlers.inc
changeset 3356 3ae3fccb439e
parent 3355 dc9e61e67484
child 3358 546e75f839ce
--- a/hedgewars/GSHandlers.inc	Sat Apr 17 23:03:52 2010 +0000
+++ b/hedgewars/GSHandlers.inc	Sun Apr 18 23:19:15 2010 +0000
@@ -3083,5 +3083,5 @@
     Gear^.dY:= -_1;
     end
 else
-    Gear^.dY += cGravity * 2; // let it fall faster so itdoesn't take too long for the whole attack
+    Gear^.dY:= Gear^.dY + cGravity * 2; // let it fall faster so itdoesn't take too long for the whole attack
 end;
\ No newline at end of file