diff -r f588dfc27da3 -r b899393c8450 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Tue Apr 10 00:00:25 2012 +0400 +++ b/hedgewars/uVariables.pas Mon Apr 09 23:20:42 2012 +0200 @@ -2563,6 +2563,12 @@ else cMaxCaptions:= 4; + vobFrameTicks:= 99999; + vobFramesCount:= 4; + vobCount:= 0; + vobVelocity:= 10; + vobFallSpeed:= 100; + vobSDFrameTicks:= 99999; vobSDFramesCount:= 4; vobSDCount:= 30 * cScreenSpace div LAND_WIDTH;