diff -r 20a2d5e6930a -r dc587913987c hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Thu Dec 18 00:03:53 2014 +0300 +++ b/hedgewars/uVariables.pas Sat Jan 03 23:46:26 2015 +0300 @@ -186,6 +186,7 @@ flagMakeCapture : boolean; + flagDumpLand : boolean; InitStepsFlags : Longword; RealTicks : Longword; @@ -2584,6 +2585,7 @@ cVampiric := false; cArtillery := false; flagMakeCapture := false; + flagDumpLand := false; bBetweenTurns := false; bWaterRising := false; isCursorVisible := false; @@ -2612,13 +2614,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;