diff -r 05bb44f4d92f -r 125e120165aa hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Thu Dec 04 11:19:38 2014 -0500 +++ b/hedgewars/uVariables.pas Thu Dec 04 20:15:03 2014 +0100 @@ -2617,13 +2617,13 @@ dirtyLandTexCount:= 0; - vobFrameTicks:= 99999; + vobFrameTicks:= 0; vobFramesCount:= 4; vobCount:= 0; vobVelocity:= 10; vobFallSpeed:= 100; - vobSDFrameTicks:= 99999; + vobSDFrameTicks:= 0; vobSDFramesCount:= 4; vobSDCount:= 30 * cScreenSpace div LAND_WIDTH; vobSDVelocity:= 15;