X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftape.c;h=f39c09ec7fff453a585f929008695f5936cf844b;hb=78dc584e5e2a4afa8b5e5858a356f46a3880aee0;hp=b521d38e37ff0e8e2cabbd84618059d8009b5b2f;hpb=830ab4d58b00129ff57c9600dc99a2494af8841c;p=rocksndiamonds.git diff --git a/src/tape.c b/src/tape.c index b521d38e..f39c09ec 100644 --- a/src/tape.c +++ b/src/tape.c @@ -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 */ {