hedgewars/GSHandlers.inc
changeset 5355 9e0c51a882aa
parent 5340 6963e37f2dd2
child 5358 e2201f71beac
--- a/hedgewars/GSHandlers.inc	Tue Jun 28 21:48:28 2011 -0400
+++ b/hedgewars/GSHandlers.inc	Tue Jun 28 23:32:42 2011 -0400
@@ -605,7 +605,7 @@
     begin
     with Gear^ do
         begin
-        X:= X + cWindSpeed * 1600 + dX;
+        X:= X + cWindSpeed * 3200 + dX;
         Y:= Y + dY + cGravity * vobFallSpeed * 8;  // using same value as flakes to try and get similar results
         xx:= hwRound(X);
         yy:= hwRound(Y);