rnd-20070908-1-src
[rocksndiamonds.git] / src / libgame / toons.c
index 17fe7c3c4f116cd4db3cdf9dbd061f280048725c..d6d1c4cf95229fb1d7cabba3f3818e84de9771d1 100644 (file)
@@ -336,16 +336,10 @@ void HandleAnimation(int mode)
     case ANIM_STOP:
       if (anim_running)
       {
-#if 0
-       int draw_mode;
-
+#if 1
        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;