diff -r 5a971d01a545 -r 49cfd05ccb83 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Sat Aug 13 21:06:51 2011 +0200 +++ b/hedgewars/uVariables.pas Sat Aug 13 22:46:47 2011 +0200 @@ -2505,11 +2505,11 @@ else cMaxCaptions:= 4; - vobSDFrameTicks:= 0; - vobSDFramesCount:= 0; + vobSDFrameTicks:= 99999; + vobSDFramesCount:= 4; vobSDCount:= 30 * cScreenSpace div LAND_WIDTH; - vobSDVelocity:= 0; - vobSDFallSpeed:= 0; + vobSDVelocity:= 15; + vobSDFallSpeed:= 250; LuaGoals:= ''; end;