X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.c;h=40a5126b160dbcff66f561b2c847e1bc91f81fa6;hp=85fd29030b61446c3af148f5fd48df9681e2313b;hb=f857fec3082c785b0dd271b6ad1b7642a2ed4e65;hpb=d5224fde97c235c903f631a4eccb9904c2ddf9c3 diff --git a/src/tape.c b/src/tape.c index 85fd2903..40a5126b 100644 --- a/src/tape.c +++ b/src/tape.c @@ -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()