diff -r 08642c7da4a3 -r 8b34f46e10c1 hedgewars/SDLh.pas --- a/hedgewars/SDLh.pas Thu May 03 13:25:40 2012 +0200 +++ b/hedgewars/SDLh.pas Thu May 03 16:04:38 2012 +0100 @@ -944,7 +944,7 @@ function SDL_UnlockMutex(mutex: PSDL_mutex): LongInt; cdecl; external SDLLibName name 'SDL_mutexV'; function SDL_GL_SetAttribute(attr: TSDL_GLattr; value: LongInt): LongInt; cdecl; external SDLLibName; -procedure SDL_GL_SwapBuffers(); cdecl; external SDLLibName; +procedure SDL_GL_SwapBuffers; cdecl; external SDLLibName; function SDL_NumJoysticks: LongInt; cdecl; external SDLLibName; function SDL_JoystickName(idx: LongInt): PChar; cdecl; external SDLLibName;