From: Holger Schemel Date: Fri, 25 Nov 2022 20:12:28 +0000 (+0100) Subject: added pausing tape after replaying not only for warp mode X-Git-Tag: 4.3.3.0~10 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=31df2f981ed2fa42009f173f1f908b802e427268 added pausing tape after replaying not only for warp mode --- diff --git a/src/tape.c b/src/tape.c index 240a1492..eb825c8d 100644 --- a/src/tape.c +++ b/src/tape.c @@ -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);