hedgewars/uVariables.pas
changeset 10266 a90a55ec5b98
parent 10237 282e49f9ce9d
child 10271 e770bfcf488a
equal deleted inserted replaced
10265:7e8d4cd76ce7 10266:a90a55ec5b98
   208     Theme           : shortstring;
   208     Theme           : shortstring;
   209     disableLandBack : boolean;
   209     disableLandBack : boolean;
   210 
   210 
   211     WorldDx: LongInt;
   211     WorldDx: LongInt;
   212     WorldDy: LongInt;
   212     WorldDy: LongInt;
       
   213 
       
   214     // for tracking the limits of the visible grid based on cScaleFactor
       
   215     ViewLeftX, ViewRightX, ViewBottomY, ViewTopY: LongInt;
   213 
   216 
   214     hiTicks: Word;
   217     hiTicks: Word;
   215 
   218 
   216     LuaGoals        : shortstring;
   219     LuaGoals        : shortstring;
   217 
   220