aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/action_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/action_list.c b/include/action_list.c
index b11bae7..c407ae9 100644
--- a/include/action_list.c
+++ b/include/action_list.c
@@ -260,7 +260,7 @@ void action_undo(action_node_t *action) {
} else {
// See action_take for comments, this is the time reversal, but
// there is one caveat -- undoing a crush! (*)
- const uint8_t gaps = action->data0 & 0x75,
+ const uint8_t gaps = action->data0 & 0x7F,
crush = action->data0 & 0x80,
num = action->data1 & 0x0F,
dir = action->data1 >> 4;