hedgewars/uVariables.pas
changeset 13096 d78e65c66573
parent 13077 c213645ff848
child 13121 de07c8423beb
equal deleted inserted replaced
13095:4118006fab95 13096:d78e65c66573
   191     cBuildMaxDist   : LongInt;
   191     cBuildMaxDist   : LongInt;
   192     cDamageModifier : hwFloat;
   192     cDamageModifier : hwFloat;
   193     cLaserSighting  : boolean;
   193     cLaserSighting  : boolean;
   194     cLaserSightingSniper : boolean;
   194     cLaserSightingSniper : boolean;
   195     cVampiric       : boolean;
   195     cVampiric       : boolean;
   196     cArtillery      : boolean;
       
   197     WeaponTooltipTex: PTexture;
   196     WeaponTooltipTex: PTexture;
   198     AmmoMenuInvalidated: boolean;
   197     AmmoMenuInvalidated: boolean;
   199     AmmoRect        : TSDL_Rect;
   198     AmmoRect        : TSDL_Rect;
   200     HHTexture       : PTexture;
   199     HHTexture       : PTexture;
   201     cMaxZoomLevel   : real;
   200     cMaxZoomLevel   : real;
  2821     ZoomValue       := cDefaultZoomLevel;
  2820     ZoomValue       := cDefaultZoomLevel;
  2822     WeaponTooltipTex:= nil;
  2821     WeaponTooltipTex:= nil;
  2823     cLaserSighting  := false;
  2822     cLaserSighting  := false;
  2824     cLaserSightingSniper := false;
  2823     cLaserSightingSniper := false;
  2825     cVampiric       := false;
  2824     cVampiric       := false;
  2826     cArtillery      := false;
       
  2827     flagMakeCapture := false;
  2825     flagMakeCapture := false;
  2828     flagDumpLand    := false;
  2826     flagDumpLand    := false;
  2829     bBetweenTurns   := false;
  2827     bBetweenTurns   := false;
  2830     bWaterRising    := false;
  2828     bWaterRising    := false;
  2831     isCursorVisible := false;
  2829     isCursorVisible := false;