rnd-20040323-2-src
[rocksndiamonds.git] / src / tape.c
index b521d38e37ff0e8e2cabbd84618059d8009b5b2f..f39c09ec7fff453a585f929008695f5936cf844b 100644 (file)
@@ -973,6 +973,8 @@ byte *TapePlayAction()
        DrawVideoDisplay(VIDEO_STATE_WARP2_ON, VIDEO_DISPLAY_SYMBOL_ONLY);
     }
   }
+#if 0
+  /* !!! this makes things much slower !!! */
   else if (tape.warp_forward)
   {
     if ((FrameCounter / 20) % 2)
@@ -982,6 +984,7 @@ byte *TapePlayAction()
 
     DrawVideoDisplay(VIDEO_STATE_WARP_ON, VIDEO_DISPLAY_SYMBOL_ONLY);
   }
+#endif
 
   if (tape.counter >= tape.length)     /* end of tape reached */
   {