rnd-20070901-3-src
[rocksndiamonds.git] / src / libgame / toons.c
index bbbd88333e7fc106abb68146b8efd0d7306177f9..d6d1c4cf95229fb1d7cabba3f3818e84de9771d1 100644 (file)
@@ -337,15 +337,9 @@ void HandleAnimation(int mode)
       if (anim_running)
       {
 #if 1
-       int draw_mode;
-
        redraw_mask |= (REDRAW_FIELD | REDRAW_FROM_BACKBUFFER);
 
-       /* Redraw background even when in direct drawing mode */
-       draw_mode = setup.direct_draw;
-       setup.direct_draw = FALSE;
        screen_info.update_function();
-       setup.direct_draw = draw_mode;
 #endif
 
        anim_running = FALSE;