diff options
Diffstat (limited to 'src/cubetypes.h')
| -rw-r--r-- | src/cubetypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h index 6602a68..da8ab6b 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h | |||
| @@ -213,6 +213,7 @@ dfsdata | |||
| 213 | Alg * current_alg; | 213 | Alg * current_alg; |
| 214 | Move sorted_moves[NMOVES]; | 214 | Move sorted_moves[NMOVES]; |
| 215 | int move_position[NMOVES]; | 215 | int move_position[NMOVES]; |
| 216 | uint8_t * visited; | ||
| 216 | }; | 217 | }; |
| 217 | 218 | ||
| 218 | struct | 219 | struct |
