removed condition that is always true
authorHolger Schemel <info@artsoft.org>
Mon, 5 Dec 2022 21:50:33 +0000 (22:50 +0100)
committerHolger Schemel <info@artsoft.org>
Mon, 5 Dec 2022 21:50:33 +0000 (22:50 +0100)
src/tape.c

index c0939acd8dbd87c752c4aa143dfa203d37d60182..4ec51529953136bf25d03c5c1e685283792471f0 100644 (file)
@@ -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))
   {