diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-25 23:47:51 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | fa382246017019bd2f0f3a303241bd2990c3cbdd (patch) | |
| tree | 2eebec877794d767526e22eab0cb1480e10b4ef5 /include | |
| parent | c69c764a2202d745a3672a92bcb40ea180bd9740 (diff) | |
It was a silly typo! Hoorah!
Diffstat (limited to 'include')
| -rw-r--r-- | include/action_list.c | 2 |
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; |
