hedgewars/uVariables.pas
changeset 12282 c0ace4bf45fa
parent 12197 98824a464230
child 12286 b4dde7035fe2
--- a/hedgewars/uVariables.pas	Tue Apr 18 22:19:19 2017 +0200
+++ b/hedgewars/uVariables.pas	Tue Apr 18 22:27:25 2017 +0200
@@ -2798,7 +2798,7 @@
     vobFallSpeed:= 100;
     watFrames:= 1;
     watFrameTicks:= 0;
-    watMove:= 1;
+    watMove:= 100;
 
     vobSDFrameTicks:= 0;
     vobSDFramesCount:= 4;
@@ -2807,7 +2807,7 @@
     vobSDFallSpeed:= 250;
     watSDFrames:= 1;
     watSDFrameTicks:= 0;
-    watSDMove:= 1;
+    watSDMove:= 100;
 
 {$IFDEF MOBILE}
     cMinScreenWidth  := min(cScreenWidth, 480);