X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.c;h=8c1e059b15f7d49416749c66cfc5615715aa800b;hp=5e8746df2384c48d23ad92fba19010b96c4a6eeb;hb=5c5685a92a0ca8060018c4d035e6b37fea7e0f5a;hpb=79ee4446132fd0081c8d78c51c72d8620b5e1e2b diff --git a/src/tape.c b/src/tape.c index 5e8746df..8c1e059b 100644 --- a/src/tape.c +++ b/src/tape.c @@ -710,6 +710,9 @@ void TapeTogglePause(boolean toggle_mode) // restart step/move snapshots after quick loading tape SaveEngineSnapshotToListInitial(); + + // do not map undo/redo buttons after quick loading tape + return; } if (setup.show_snapshot_buttons && @@ -1109,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;