diff -r f264ad9d8965 -r 0f60591f3a16 hedgewars/uStore.pas --- a/hedgewars/uStore.pas Sat May 05 18:10:41 2012 +0100 +++ b/hedgewars/uStore.pas Sat May 05 19:04:59 2012 +0100 @@ -47,6 +47,7 @@ //type TGPUVendor = (gvUnknown, gvNVIDIA, gvATI, gvIntel, gvApple); var MaxTextureSize: LongInt; + SDLPrimSurface: PSDL_Surface; {$IFDEF SDL13}SDLGLcontext: PSDL_GLContext;{$ENDIF} // cGPUVendor: TGPUVendor;