X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.c;h=5a879d12ac0af05f624130ea6d5adf7ed8fe4917;hp=540341fbc19d6bbb097909ac70ad57d168fbedc7;hb=8d71e6fb8309bd90ce5f2900d84c686b17950492;hpb=3d0f4cbf554ab915658eff72e22bb0e75947531b 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) {