aboutsummaryrefslogtreecommitdiff
path: root/include/action_list.c
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-25 23:47:51 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitfa382246017019bd2f0f3a303241bd2990c3cbdd (patch)
tree2eebec877794d767526e22eab0cb1480e10b4ef5 /include/action_list.c
parentc69c764a2202d745a3672a92bcb40ea180bd9740 (diff)
It was a silly typo! Hoorah!
Diffstat (limited to 'include/action_list.c')
-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;