X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.c;h=8c1e059b15f7d49416749c66cfc5615715aa800b;hp=e97dc086c5c2318771d48d50f78527e350ff0bba;hb=5c5685a92a0ca8060018c4d035e6b37fea7e0f5a;hpb=303a2b0f70a6530d981dc08ed5846f8b83e89c80 diff --git a/src/tape.c b/src/tape.c index e97dc086..8c1e059b 100644 --- a/src/tape.c +++ b/src/tape.c @@ -1112,7 +1112,7 @@ void AutoPlayTape() Print("Level %03d: ", level_nr); LoadLevel(level_nr); - if (level.no_valid_file) + if (level.no_level_file || level.no_valid_file) { Print("(no level)\n"); continue;