added pausing tape after replaying not only for warp mode
authorHolger Schemel <info@artsoft.org>
Fri, 25 Nov 2022 20:12:28 +0000 (21:12 +0100)
committerHolger Schemel <info@artsoft.org>
Fri, 25 Nov 2022 20:12:28 +0000 (21:12 +0100)
src/tape.c

index 240a149263f0116ab9588dd9265dcfca35c91ded..eb825c8d98c49924fa69aa95e806bd63c20baa92 100644 (file)
@@ -1000,7 +1000,7 @@ byte *TapePlayAction(void)
 
   if (tape.counter >= tape.length)     // end of tape reached
   {
-    if (tape.warp_forward && !tape.auto_play)
+    if (!tape.auto_play)
     {
       TapeStopWarpForward();
       TapeTogglePause(TAPE_TOGGLE_MANUAL);