diff -r d8632f589008 -r a55aab592950 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Fri Aug 05 01:22:51 2011 +0200 +++ b/hedgewars/uVariables.pas Sat Aug 06 07:09:30 2011 +0200 @@ -167,7 +167,7 @@ {$IFDEF SDL13} SDLwindow : PSDL_Window; - SDLrender : PSDL_Renderer; + SDLGLcontext : PSDL_GLContext; {$ENDIF} WorldDx: LongInt; @@ -2492,7 +2492,7 @@ {$IFDEF SDL13} SDLwindow := nil; - SDLrender := nil; + SDLGLcontext := nil; {$ENDIF} // those values still are not perfect