# HG changeset patch # User sheepluva # Date 1402421917 -7200 # Node ID e770bfcf488adacb99afb723ba4665d26d4f3d65 # Parent cd78906ed898ecb3faa61120986f9cfcb9060d76 whoops, forgot to include this file in commt diff -r cd78906ed898 -r e770bfcf488a hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Tue Jun 10 19:30:06 2014 +0200 +++ b/hedgewars/uVariables.pas Tue Jun 10 19:38:37 2014 +0200 @@ -214,6 +214,8 @@ // for tracking the limits of the visible grid based on cScaleFactor ViewLeftX, ViewRightX, ViewBottomY, ViewTopY: LongInt; + dirtyLandTexCount: LongInt; + hiTicks: Word; LuaGoals : shortstring; @@ -2597,6 +2599,8 @@ cRightScreenBorder:= round(cMinZoomLevel * cScreenWidth + LAND_WIDTH); cScreenSpace:= cRightScreenBorder - cLeftScreenBorder; + dirtyLandTexCount:= 0; + vobFrameTicks:= 99999; vobFramesCount:= 4; vobCount:= 0;