hedgewars/uVariables.pas
changeset 8373 209c9ba77a09
parent 8358 274afc318dca
child 8444 75db7bb8dce8
child 8548 b98631bf2066
equal deleted inserted replaced
8372:3c193ec03e09 8373:209c9ba77a09
   175 
   175 
   176     WaterColorArray : array[0..3] of HwColor4f;
   176     WaterColorArray : array[0..3] of HwColor4f;
   177     SDWaterColorArray : array[0..3] of HwColor4f;
   177     SDWaterColorArray : array[0..3] of HwColor4f;
   178     SDTint          : LongInt;
   178     SDTint          : LongInt;
   179 
   179 
   180     CursorPoint     : TPoint;
   180     TargetCursorPoint     : TPoint;
   181     TargetPoint     : TPoint;
   181     CursorPoint           : TPoint;
       
   182     TargetPoint           : TPoint;
   182 
   183 
   183     ScreenFade      : TScreenFade;
   184     ScreenFade      : TScreenFade;
   184     ScreenFadeValue : LongInt;
   185     ScreenFadeValue : LongInt;
   185     ScreenFadeSpeed : LongInt;
   186     ScreenFadeSpeed : LongInt;
   186 
   187