From: Holger Schemel Date: Fri, 24 Mar 2017 16:49:39 +0000 (+0100) Subject: fixed bug with snapshot buttons not restored when tape is stopped when paused X-Git-Tag: 4.1.0.0~149 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=bf842db7d70294627a8bec8a08f66550f39e4ca7 fixed bug with snapshot buttons not restored when tape is stopped when paused --- diff --git a/src/tape.c b/src/tape.c index 2c0661a0..abec7013 100644 --- a/src/tape.c +++ b/src/tape.c @@ -914,6 +914,9 @@ byte *TapePlayAction() void TapeStop() { + if (tape.pausing) + TapeTogglePause(TAPE_TOGGLE_MANUAL); + TapeStopRecording(); TapeStopPlaying();