X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.c;h=5a879d12ac0af05f624130ea6d5adf7ed8fe4917;hb=56fe208c3f5ededc520ee0d76ad2fb72146e3dc9;hp=540341fbc19d6bbb097909ac70ad57d168fbedc7;hpb=3d0f4cbf554ab915658eff72e22bb0e75947531b;p=rocksndiamonds.git diff --git a/src/tape.c b/src/tape.c index 540341fb..5a879d12 100644 --- a/src/tape.c +++ b/src/tape.c @@ -1122,7 +1122,10 @@ void AutoPlayTape() continue; #endif - LoadSolutionTape(level_nr); + if (options.mytapes) + LoadTape(level_nr); + else + LoadSolutionTape(level_nr); if (tape.no_valid_file) {