X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.c;h=a860eeb9e988656a0d26ffbb46f2dd1f04ea346f;hb=0c454763268d571be71d2c7a633f5bd855d0ad0b;hp=48a3e374ec39f5a64796bee38fb02b072137ca9a;hpb=522cba3565ad60664933d454f83518961deb41c5;p=rocksndiamonds.git diff --git a/src/libgame/sdl.c b/src/libgame/sdl.c index 48a3e374..a860eeb9 100644 --- a/src/libgame/sdl.c +++ b/src/libgame/sdl.c @@ -924,7 +924,7 @@ void PrepareFadeBitmap(int draw_target) FinalizeScreen(draw_target); } -void SDLFadeRectangle(Bitmap *bitmap_cross, int x, int y, int width, int height, +void SDLFadeRectangle(int x, int y, int width, int height, int fade_mode, int fade_delay, int post_delay, void (*draw_border_function)(void)) {