X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.c;h=05c6f7c2d2c8640a4db2c62f74f52cdfa5ce3ad2;hb=1e57e2856183b3ea50b298ec6ffb4307b584c056;hp=acb05d86dfd15d2cd5e0e7841d059d8ef695a307;hpb=6b702ffdb8025ef5538c2607131ecae2874730c4;p=rocksndiamonds.git diff --git a/src/tape.c b/src/tape.c index acb05d86..05c6f7c2 100644 --- a/src/tape.c +++ b/src/tape.c @@ -1297,6 +1297,12 @@ void AutoPlayTape() continue; } +#if 0 + /* ACTIVATE THIS FOR LOADING/TESTING OF LEVELS ONLY */ + printf("(only testing level)\n"); + continue; +#endif + LoadSolutionTape(level_nr); #if 1 if (tape.no_valid_file) @@ -1339,6 +1345,7 @@ void AutoPlayTape() printf(" %03d", i); } +#if 0 if (num_tape_missing > 0) { printf(", NO TAPE:"); @@ -1346,6 +1353,7 @@ void AutoPlayTape() if (tape_missing[i]) printf(" %03d", i); } +#endif printf("\n"); printf_line("=", 79);