X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.c;h=daa90c8def387190e32605581b1e07f2fcd562f4;hb=3e66c6792cc10afd72877d14eb00d63c3932e872;hp=1c691867378923c3b35a5093a0e98eb9c59cf2b5;hpb=0feae4f4d0bc1f62266a0508306a87c78c6e41f9;p=rocksndiamonds.git diff --git a/src/tape.c b/src/tape.c index 1c691867..daa90c8d 100644 --- a/src/tape.c +++ b/src/tape.c @@ -828,12 +828,14 @@ void TapeTogglePause(boolean toggle_mode) if (game_status == GAME_MODE_PLAYING) { - if (setup.show_snapshot_buttons && CheckEngineSnapshotList()) + if (setup.show_load_save_buttons && + setup.show_undo_redo_buttons && + CheckEngineSnapshotList()) { if (tape.pausing) MapUndoRedoButtons(); else if (!tape.single_step) - UnmapUndoRedoButtons(); + MapLoadSaveButtons(); } ModifyPauseButtons();