hedgewars/uVariables.pas
changeset 14964 bcecb3349948
parent 14944 8b53cb1c0ada
child 14965 cf21a45a62bd
equal deleted inserted replaced
14963:2d5f1dc637da 14964:bcecb3349948
   218     cMaxZoomLevel   : real;
   218     cMaxZoomLevel   : real;
   219     cMinZoomLevel   : real;
   219     cMinZoomLevel   : real;
   220     cZoomDelta      : real;
   220     cZoomDelta      : real;
   221     cZoomDeltaSmall : real;
   221     cZoomDeltaSmall : real;
   222     cMinMaxZoomLevelDelta : real;
   222     cMinMaxZoomLevelDelta : real;
       
   223     cDemoClockFPSOffsetY : LongInt;
   223 
   224 
   224 
   225 
   225     flagMakeCapture : boolean;
   226     flagMakeCapture : boolean;
   226     flagDumpLand    : boolean;
   227     flagDumpLand    : boolean;
   227 
   228 
   820             (FileName:     'FingerBackInv'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   821             (FileName:     'FingerBackInv'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   821             Width:  32; Height: 48; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprFingerBackInv
   822             Width:  32; Height: 48; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprFingerBackInv
   822             (FileName:    'TargetpBack'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   823             (FileName:    'TargetpBack'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   823             Width:  32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprTargetPBack
   824             Width:  32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprTargetPBack
   824             (FileName:    'TargetpBackInv'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   825             (FileName:    'TargetpBackInv'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
   825             Width:  32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true)// sprTargetPBackInv
   826             Width:  32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprTargetPBackInv
       
   827             (FileName:    'HealthHUD'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
       
   828             Width:  18; Height: 18; imageWidth: 0; imageHeight: 0; saveSurf: false; critical: true; checkSum: false; priority: tpMedium; getDimensions: false; getImageDimensions: true)// sprHealthHud
   826             );
   829             );
   827 
   830 
   828 
   831 
   829 const
   832 const
   830     Wavez: array [TWave] of record
   833     Wavez: array [TWave] of record
  2822 
  2825 
  2823     lDecimalSeparator       := '.';
  2826     lDecimalSeparator       := '.';
  2824 
  2827 
  2825 
  2828 
  2826     cMinMaxZoomLevelDelta:= cMaxZoomLevel - cMinZoomLevel;
  2829     cMinMaxZoomLevelDelta:= cMaxZoomLevel - cMinZoomLevel;
       
  2830 
       
  2831     cDemoClockFPSOffsetY := 0;
  2827 
  2832 
  2828     // int, longint longword and byte
  2833     // int, longint longword and byte
  2829     CursorMovementX     := 0;
  2834     CursorMovementX     := 0;
  2830     CursorMovementY     := 0;
  2835     CursorMovementY     := 0;
  2831     GameTicks           := 0;
  2836     GameTicks           := 0;