hedgewars/uStore.pas
changeset 1525 311d0ab35d98
parent 1431 21ca09524f9c
child 1698 993c42413387
equal deleted inserted replaced
1524:5a652a465559 1525:311d0ab35d98
    43 procedure AddProgress;
    43 procedure AddProgress;
    44 procedure FinishProgress;
    44 procedure FinishProgress;
    45 function  LoadImage(const filename: string; hasAlpha, critical, setTransparent: boolean): PSDL_Surface;
    45 function  LoadImage(const filename: string; hasAlpha, critical, setTransparent: boolean): PSDL_Surface;
    46 procedure SetupOpenGL;
    46 procedure SetupOpenGL;
    47 
    47 
    48 var PixelFormat: PSDL_PixelFormat;
    48 var PixelFormat: PSDL_PixelFormat = nil;
    49  SDLPrimSurface: PSDL_Surface;
    49  SDLPrimSurface: PSDL_Surface = nil;
    50    PauseTexture,
    50    PauseTexture,
    51    ConfirmTexture: PTexture;
    51    ConfirmTexture: PTexture;
    52 
    52 
    53 implementation
    53 implementation
    54 uses uMisc, uConsole, uLand, uLocale, GLU;
    54 uses uMisc, uConsole, uLand, uLocale, GLU;