rnd-20040612-2-src
[rocksndiamonds.git] / src / tape.c
index 6b1b011cca8a628b6699e38d54108ebfc14f40b3..e6fbcdab528e3082dcaca4c7d1cd11b58986d8e0 100644 (file)
@@ -776,8 +776,10 @@ void TapeHaltRecording()
 
 void TapeStopRecording()
 {
+#if 0
   if (!tape.recording)
     return;
+#endif
 
   TapeHaltRecording();
 
@@ -923,8 +925,10 @@ static void TapeStartGamePlaying()
 
 void TapeStopPlaying()
 {
+#if 0
   if (!tape.playing)
     return;
+#endif
 
   tape.playing = FALSE;
   tape.pausing = FALSE;