hedgewars/uVariables.pas
changeset 12306 cdd884397760
parent 12286 b4dde7035fe2
child 12317 b81a1d1497c4
equal deleted inserted replaced
12305:d3a52e51efd4 12306:cdd884397760
   184     cGravityf       : real;
   184     cGravityf       : real;
   185     cLowGravity     : boolean;
   185     cLowGravity     : boolean;
   186     cBuildMaxDist   : LongInt;
   186     cBuildMaxDist   : LongInt;
   187     cDamageModifier : hwFloat;
   187     cDamageModifier : hwFloat;
   188     cLaserSighting  : boolean;
   188     cLaserSighting  : boolean;
       
   189     cLaserSightingSniper : boolean;
   189     cVampiric       : boolean;
   190     cVampiric       : boolean;
   190     cArtillery      : boolean;
   191     cArtillery      : boolean;
   191     WeaponTooltipTex: PTexture;
   192     WeaponTooltipTex: PTexture;
   192     AmmoMenuInvalidated: boolean;
   193     AmmoMenuInvalidated: boolean;
   193     AmmoRect        : TSDL_Rect;
   194     AmmoRect        : TSDL_Rect;
  2760     GameState       := Low(TGameState);
  2761     GameState       := Low(TGameState);
  2761     zoom            := cDefaultZoomLevel;
  2762     zoom            := cDefaultZoomLevel;
  2762     ZoomValue       := cDefaultZoomLevel;
  2763     ZoomValue       := cDefaultZoomLevel;
  2763     WeaponTooltipTex:= nil;
  2764     WeaponTooltipTex:= nil;
  2764     cLaserSighting  := false;
  2765     cLaserSighting  := false;
       
  2766     cLaserSightingSniper := false;
  2765     cVampiric       := false;
  2767     cVampiric       := false;
  2766     cArtillery      := false;
  2768     cArtillery      := false;
  2767     flagMakeCapture := false;
  2769     flagMakeCapture := false;
  2768     flagDumpLand    := false;
  2770     flagDumpLand    := false;
  2769     bBetweenTurns   := false;
  2771     bBetweenTurns   := false;