X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.c;h=f05a3b45d18b4499f8123bb4b0fa6c353e5ff361;hp=51dcd8a2e0d85e4b47f12267cba9fef24ae118f2;hb=d42e0a36609c7990f8b9f6fcd80f37f65bcf5149;hpb=2e21f241598593b6a6a3e710287c49b6636884de diff --git a/src/tape.c b/src/tape.c index 51dcd8a2..f05a3b45 100644 --- a/src/tape.c +++ b/src/tape.c @@ -775,14 +775,18 @@ void AutoPlayTape() printf("Level %03d: ", level_nr); LoadLevel(level_nr); - if (level.no_level_file) + if (level.no_valid_file) { printf("(no level)\n"); continue; } LoadSolutionTape(level_nr); +#if 1 + if (tape.no_valid_file) +#else if (TAPE_IS_EMPTY(tape)) +#endif { printf("(no tape)\n"); continue;