rnd-20061206-1-src
[rocksndiamonds.git] / src / libgame / toons.c
index f48621b950bcf60e4f7184fb0b0af2e83a9100f0..bbbd88333e7fc106abb68146b8efd0d7306177f9 100644 (file)
@@ -308,7 +308,6 @@ void HandleAnimation(int mode)
   static boolean anim_restart = TRUE;
   static boolean reset_delay = TRUE;
   static int toon_nr = 0;
-  int draw_mode;
 
   if (!setup.toons || screen_info.num_toons == 0)
     return;
@@ -337,7 +336,9 @@ void HandleAnimation(int mode)
     case ANIM_STOP:
       if (anim_running)
       {
-#if 0
+#if 1
+       int draw_mode;
+
        redraw_mask |= (REDRAW_FIELD | REDRAW_FROM_BACKBUFFER);
 
        /* Redraw background even when in direct drawing mode */