From 48cd8b6b1779f34ba0507cb697492de83c4e9da8 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 27 Feb 2022 15:36:02 +0100 Subject: 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. --- src/cubetypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cubetypes.h') 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 Step * step; Command * command; /* For help */ int n; - int scrt; + char scrtype[20]; bool scrstdin; bool header; }; -- cgit v1.3