hedgewars/uVariables.pas
changeset 10633 2f062fac5791
parent 10625 125e120165aa
child 10748 dc587913987c
child 10789 acbf69e2e5cf
equal deleted inserted replaced
10632:5ae7ba0b2849 10633:2f062fac5791
   187     cZoomDelta      : real;
   187     cZoomDelta      : real;
   188     cMinMaxZoomLevelDelta : real;
   188     cMinMaxZoomLevelDelta : real;
   189 
   189 
   190 
   190 
   191     flagMakeCapture : boolean;
   191     flagMakeCapture : boolean;
       
   192     flagDumpLand    : boolean;
   192 
   193 
   193     InitStepsFlags  : Longword;
   194     InitStepsFlags  : Longword;
   194     RealTicks       : Longword;
   195     RealTicks       : Longword;
   195     AttackBar       : LongInt;
   196     AttackBar       : LongInt;
   196 
   197 
  2587     WeaponTooltipTex:= nil;
  2588     WeaponTooltipTex:= nil;
  2588     cLaserSighting  := false;
  2589     cLaserSighting  := false;
  2589     cVampiric       := false;
  2590     cVampiric       := false;
  2590     cArtillery      := false;
  2591     cArtillery      := false;
  2591     flagMakeCapture := false;
  2592     flagMakeCapture := false;
       
  2593     flagDumpLand    := false;
  2592     bBetweenTurns   := false;
  2594     bBetweenTurns   := false;
  2593     bWaterRising    := false;
  2595     bWaterRising    := false;
  2594     isCursorVisible := false;
  2596     isCursorVisible := false;
  2595     isInLag         := false;
  2597     isInLag         := false;
  2596     isPaused        := false;
  2598     isPaused        := false;