removed condition that is always true
[rocksndiamonds.git] / 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))
   {