From: Holger Schemel Date: Mon, 5 Dec 2022 21:50:33 +0000 (+0100) Subject: removed condition that is always true X-Git-Tag: 4.3.3.0~3 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=b0082cbe1518d7cc743cf708d7047a9fbd6ded86 removed condition that is always true --- diff --git a/src/tape.c b/src/tape.c index c0939acd..4ec51529 100644 --- a/src/tape.c +++ b/src/tape.c @@ -1199,8 +1199,7 @@ void TapeQuickSave(void) return; } - if (tape.recording) - TapeHaltRecording(); // prepare tape for saving on-the-fly + TapeHaltRecording(); // prepare tape for saving on-the-fly if (TAPE_IS_EMPTY(tape)) {