From: Holger Schemel Date: Fri, 20 Jan 2017 20:05:58 +0000 (+0100) Subject: fixed bug with mapping unusable undo/redo buttons after quick-loading tape X-Git-Tag: 4.0.0.2~30 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=303a2b0f70a6530d981dc08ed5846f8b83e89c80;hp=79ee4446132fd0081c8d78c51c72d8620b5e1e2b fixed bug with mapping unusable undo/redo buttons after quick-loading tape --- diff --git a/src/tape.c b/src/tape.c index 5e8746df..e97dc086 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 &&