projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79ee444
)
fixed bug with mapping unusable undo/redo buttons after quick-loading tape
author
Holger Schemel
<info@artsoft.org>
Fri, 20 Jan 2017 20:05:58 +0000
(21:05 +0100)
committer
Holger Schemel
<info@artsoft.org>
Fri, 20 Jan 2017 20:05:58 +0000
(21:05 +0100)
src/tape.c
patch
|
blob
|
history
diff --git
a/src/tape.c
b/src/tape.c
index 5e8746df2384c48d23ad92fba19010b96c4a6eeb..e97dc086c5c2318771d48d50f78527e350ff0bba 100644
(file)
--- 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 &&