X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftape.c;h=daa90c8def387190e32605581b1e07f2fcd562f4;hp=1ea9d80e36f55aae65e216b01d886b1df7c16a57;hb=3e66c6792cc10afd72877d14eb00d63c3932e872;hpb=576a46a06a23264fbc2345cf591a0dbe7fd2a767 diff --git a/src/tape.c b/src/tape.c index 1ea9d80e..daa90c8d 100644 --- a/src/tape.c +++ b/src/tape.c @@ -835,7 +835,7 @@ void TapeTogglePause(boolean toggle_mode) if (tape.pausing) MapUndoRedoButtons(); else if (!tape.single_step) - UnmapUndoRedoButtons(); + MapLoadSaveButtons(); } ModifyPauseButtons();