hedgewars/uVariables.pas
branchexperimental3D
changeset 4844 20b81fafd236
parent 4814 e19791f08443
parent 4835 a6924450e694
child 4849 e7b1f0aaf36f
equal deleted inserted replaced
4818:202eef454354 4844:20b81fafd236
   125     AttackBar       : LongInt;
   125     AttackBar       : LongInt;
   126 
   126 
   127     WaterColorArray : array[0..3] of HwColor4f;
   127     WaterColorArray : array[0..3] of HwColor4f;
   128     SDWaterColorArray : array[0..3] of HwColor4f;
   128     SDWaterColorArray : array[0..3] of HwColor4f;
   129     SDMusic         : shortstring;
   129     SDMusic         : shortstring;
       
   130     SDTint          : LongInt;
   130 
   131 
   131     CursorPoint     : TPoint;
   132     CursorPoint     : TPoint;
   132     TargetPoint     : TPoint;
   133     TargetPoint     : TPoint;
   133 
   134 
   134     ScreenFade      : TScreenFade;
   135     ScreenFade      : TScreenFade;
  2072     bShowAmmoMenu: boolean;
  2073     bShowAmmoMenu: boolean;
  2073     bSelected: boolean;
  2074     bSelected: boolean;
  2074     bShowFinger: boolean;
  2075     bShowFinger: boolean;
  2075     Frames: Longword;
  2076     Frames: Longword;
  2076     WaterColor, DeepWaterColor: TSDL_Color;
  2077     WaterColor, DeepWaterColor: TSDL_Color;
       
  2078     SDSkyColor: TSDL_Color;
  2077     SkyOffset: LongInt;
  2079     SkyOffset: LongInt;
  2078     HorizontOffset: LongInt;
  2080     HorizontOffset: LongInt;
  2079 {$IFDEF COUNTTICKS}
  2081 {$IFDEF COUNTTICKS}
  2080     cntTicks: LongWord;
  2082     cntTicks: LongWord;
  2081 {$ENDIF}
  2083 {$ENDIF}
  2199     SDWaterColorArray[2].a := 255;
  2201     SDWaterColorArray[2].a := 255;
  2200     SDWaterColorArray[1]:= SDWaterColorArray[0];
  2202     SDWaterColorArray[1]:= SDWaterColorArray[0];
  2201     SDWaterColorArray[3]:= SDWaterColorArray[2];
  2203     SDWaterColorArray[3]:= SDWaterColorArray[2];
  2202 
  2204 
  2203     SDMusic:= 'main_theme.ogg';
  2205     SDMusic:= 'main_theme.ogg';
       
  2206     SDTint:= $80;
  2204 
  2207 
  2205     cDrownSpeed.QWordValue  := 257698038;       // 0.06
  2208     cDrownSpeed.QWordValue  := 257698038;       // 0.06
  2206     cDrownSpeedf            := 0.06;
  2209     cDrownSpeedf            := 0.06;
  2207     cMaxWindSpeed.QWordValue:= 1073742;     // 0.00025
  2210     cMaxWindSpeed.QWordValue:= 1073742;     // 0.00025
  2208     cWindSpeed.QWordValue   := 0;      // 0.0
  2211     cWindSpeed.QWordValue   := 0;      // 0.0