diff -r 31184d9b9bfc -r 4d818abdc00f hedgewars/uVariables.pas --- 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);