hedgewars/uVariables.pas
changeset 10266 a90a55ec5b98
parent 10237 282e49f9ce9d
child 10271 e770bfcf488a
--- a/hedgewars/uVariables.pas	Tue Jun 10 08:19:59 2014 +0200
+++ b/hedgewars/uVariables.pas	Tue Jun 10 08:47:03 2014 +0200
@@ -211,6 +211,9 @@
     WorldDx: LongInt;
     WorldDy: LongInt;
 
+    // for tracking the limits of the visible grid based on cScaleFactor
+    ViewLeftX, ViewRightX, ViewBottomY, ViewTopY: LongInt;
+
     hiTicks: Word;
 
     LuaGoals        : shortstring;