From fa382246017019bd2f0f3a303241bd2990c3cbdd Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Mon, 25 Jan 2021 23:47:51 -0500 Subject: It was a silly typo! Hoorah! --- include/action_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/action_list.c') 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; -- cgit v1.2.3