X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.c;h=68eeaccf0cd1267159d239005ce76870d7b1e6a6;hp=92d24473e254224f66cad929b12fdf5d72f391a1;hb=08064fe872e3dd46ce0850b82fc535944f9bd0c2;hpb=b4d5ee2ce10178c6250daa19c8bb2a2ced7ec127 diff --git a/src/tape.c b/src/tape.c index 92d24473..68eeaccf 100644 --- a/src/tape.c +++ b/src/tape.c @@ -1864,7 +1864,8 @@ static int AutoPlayTapesExt(boolean initialize) // clear timestamp for batch tape upload (required after interactive upload) global.autoplay_time = 0; - if (program.headless) + // exit if running headless or if visually auto-playing tapes + if (program.headless || global.autoplay_mode != AUTOPLAY_MODE_UPLOAD) CloseAllAndExit(0); // when running interactively, restore last selected level set and number