diff options
Diffstat (limited to 'src/trans.c')
| -rw-r--r-- | src/trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trans.c b/src/trans.c index da2dca3..898c2be 100644 --- a/src/trans.c +++ b/src/trans.c | |||
| @@ -26,7 +26,7 @@ static char rotation_alg_string[100][NROTATIONS] = { | |||
| 26 | [bu] = "x3", [br] = "x3 y", [bd] = "x3 y2", [bl] = "x3 y3", | 26 | [bu] = "x3", [br] = "x3 y", [bd] = "x3 y2", [bl] = "x3 y3", |
| 27 | }; | 27 | }; |
| 28 | 28 | ||
| 29 | static Alg *rotation_alg_arr[NROTATIONS]; | 29 | Alg *rotation_alg_arr[NROTATIONS]; |
| 30 | Move moves_ttable[NTRANS][NMOVES]; | 30 | Move moves_ttable[NTRANS][NMOVES]; |
| 31 | Trans trans_ttable[NTRANS][NTRANS]; | 31 | Trans trans_ttable[NTRANS][NTRANS]; |
| 32 | Trans trans_itable[NTRANS]; | 32 | Trans trans_itable[NTRANS]; |
