X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.c;h=9b44b372a0965fb73e3d9c7e422812f21ae7161a;hb=791c71ebdff49bada6e1becaca5482af8804d645;hp=a860eeb9e988656a0d26ffbb46f2dd1f04ea346f;hpb=0c454763268d571be71d2c7a633f5bd855d0ad0b;p=rocksndiamonds.git diff --git a/src/libgame/sdl.c b/src/libgame/sdl.c index a860eeb9..9b44b372 100644 --- a/src/libgame/sdl.c +++ b/src/libgame/sdl.c @@ -431,7 +431,7 @@ void SDLInitVideoBuffer(boolean fullscreen) should never be drawn to directly, it would do no harm nevertheless. */ /* create additional (symbolic) buffer for double-buffering */ - ReCreateBitmap(&window, video.width, video.height, video.depth); + ReCreateBitmap(&window, video.width, video.height); } static boolean SDLCreateScreen(boolean fullscreen)