rnd-20070420-1-src
[rocksndiamonds.git] / src / libgame / sdl.c
index a71ee30cb2069a3175bd88f60d600cd550b884b2..4d9c5462c2a66c679def5efb90072b811d865e1f 100644 (file)
@@ -600,7 +600,12 @@ void SDLFadeRectangle(Bitmap *bitmap_cross, int x, int y, int width, int height,
       }
 
       if (steps_done >= steps_final)
+      {
+       if (draw_border_function != NULL)
+         draw_border_function();
+
        SDL_UpdateRect(surface_screen, dst_x, dst_y, width, height);
+      }
     }
   }
   else