Make flakes respond to wind a bit more strongly
authornemo
Sun, 12 Jun 2011 10:33:55 -0400
changeset 5236 ab044774e29d
parent 5235 e30b06ffea3a
child 5237 963d787a25c2
Make flakes respond to wind a bit more strongly
hedgewars/VGSHandlers.inc
--- a/hedgewars/VGSHandlers.inc	Sun Jun 12 10:16:38 2011 -0400
+++ b/hedgewars/VGSHandlers.inc	Sun Jun 12 10:33:55 2011 -0400
@@ -46,7 +46,7 @@
         inc(Frame);
         if Frame = vobSDFramesCount then Frame:= 0
         end;
-    X:= X + (cWindSpeedf * 200 + dX + tdX) * Steps;
+    X:= X + (cWindSpeedf * 600 + dX + tdX) * Steps;
     if SuddenDeathDmg then
         Y:= Y + (dY + tdY + cGravityf * vobSDFallSpeed) * Steps
     else