hedgewars/uVariables.pas
changeset 5046 fc6639d56799
parent 5045 f215eb5d4b75
child 5065 0c2c509ccc7b
equal deleted inserted replaced
5045:f215eb5d4b75 5046:fc6639d56799
   156     ScreenFadeValue : LongInt;
   156     ScreenFadeValue : LongInt;
   157     ScreenFadeSpeed : LongInt;
   157     ScreenFadeSpeed : LongInt;
   158 
   158 
   159     Theme           : shortstring;
   159     Theme           : shortstring;
   160     disableLandBack : boolean;
   160     disableLandBack : boolean;
       
   161     conversionFormat: PSDL_PixelFormat;
   161 
   162 
   162 {$IFDEF SDL13}
   163 {$IFDEF SDL13}
   163     SDLwindow       : PSDL_Window;
   164     SDLwindow       : PSDL_Window;
   164     SDLrender       : PSDL_Renderer;
   165     SDLrender       : PSDL_Renderer;
   165 {$ENDIF}
   166 {$ENDIF}