aboutsummaryrefslogtreecommitdiff
path: root/src/core/moves.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/moves.h')
-rw-r--r--src/core/moves.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/moves.h b/src/core/moves.h
index 7d4972e..037944b 100644
--- a/src/core/moves.h
+++ b/src/core/moves.h
@@ -61,7 +61,7 @@ allowednextmove_mask(uint8_t *moves, uint8_t n)
61 result = disable_moves(result, (base1 - 1) * 3); 61 result = disable_moves(result, (base1 - 1) * 3);
62 62
63 if (n == 1) 63 if (n == 1)
64 return result; 64 return result;
65 65
66 base2 = movebase(moves[n-2]); 66 base2 = movebase(moves[n-2]);
67 axis2 = moveaxis(moves[n-2]); 67 axis2 = moveaxis(moves[n-2]);

Generated with cgit - Back to sebastiano.tronto.net