rnd-20030428-1-src
[rocksndiamonds.git] / src / tape.c
index 85fd29030b61446c3af148f5fd48df9681e2313b..40a5126b160dbcff66f561b2c847e1bc91f81fa6 100644 (file)
@@ -591,8 +591,10 @@ void TapeStop()
     DrawVideoDisplay(VIDEO_STATE_TIME_ON, tape.length_seconds);
   }
 
+#if 0
   if (tape.auto_play)
     AutoPlayTape();    /* continue automatically playing next tape */
+#endif
 }
 
 unsigned int GetTapeLength()