diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-27 15:36:02 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-27 15:36:02 +0100 |
| commit | 48cd8b6b1779f34ba0507cb697492de83c4e9da8 (patch) | |
| tree | c3a208fa64c3d37f328984acfb980b3f88e94060 /src/cubetypes.h | |
| parent | de0352a2926b0708400a9629c1da813455a6f442 (diff) | |
| download | nissy-48cd8b6b1779f34ba0507cb697492de83c4e9da8.tar.gz nissy-48cd8b6b1779f34ba0507cb697492de83c4e9da8.zip | |
Moved random_cube() from cube.c to commands.c and fixed a bug in corners only and edges
only scrambles. Added fmc scrambles (with R'U'F). Updated manpage for scramble and cleanup.
Diffstat (limited to '')
| -rw-r--r-- | src/cubetypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubetypes.h b/src/cubetypes.h index 8ba1341..14e490a 100644 --- a/src/cubetypes.h +++ b/src/cubetypes.h | |||
| @@ -157,7 +157,7 @@ commandargs | |||
| 157 | Step * step; | 157 | Step * step; |
| 158 | Command * command; /* For help */ | 158 | Command * command; /* For help */ |
| 159 | int n; | 159 | int n; |
| 160 | int scrt; | 160 | char scrtype[20]; |
| 161 | bool scrstdin; | 161 | bool scrstdin; |
| 162 | bool header; | 162 | bool header; |
| 163 | }; | 163 | }; |
