hedgewars/uVariables.pas
changeset 12190 4d818abdc00f
parent 12189 31184d9b9bfc
child 12192 de9144250c37
--- a/hedgewars/uVariables.pas	Sat Apr 08 17:17:28 2017 +0200
+++ b/hedgewars/uVariables.pas	Sat Apr 08 17:21:22 2017 +0200
@@ -2766,7 +2766,7 @@
     vobFallSpeed:= 100;
     watFrames:= 1;
     watFrameTicks:= 0;
-    watMove:= 10;
+    watMove:= 1;
 
     vobSDFrameTicks:= 0;
     vobSDFramesCount:= 4;
@@ -2775,7 +2775,7 @@
     vobSDFallSpeed:= 250;
     watSDFrames:= 1;
     watSDFrameTicks:= 0;
-    watSDMove:= 10;
+    watSDMove:= 1;
 
 {$IFDEF MOBILE}
     cMinScreenWidth  := min(cScreenWidth, 480);