diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-23 15:42:11 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-23 15:42:11 +0200 |
| commit | 9c209afd81e4c51e4fc2717c0eeff4a5d116bcb0 (patch) | |
| tree | e590922e2bd34cb802cef96c1c8d8ba935da4f75 /shell | |
| parent | 039267a278bb9e0580e8aebd85ef5f3ed774688f (diff) | |
| download | nissy-core-9c209afd81e4c51e4fc2717c0eeff4a5d116bcb0.tar.gz nissy-core-9c209afd81e4c51e4fc2717c0eeff4a5d116bcb0.zip | |
Added orientation to getcube
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell.c b/shell/shell.c index 40a5748..3ee69c4 100644 --- a/shell/shell.c +++ b/shell/shell.c | |||
| @@ -268,7 +268,7 @@ randomcube_exec(args_t *args) | |||
| 268 | eo = rand64(); | 268 | eo = rand64(); |
| 269 | cp = rand64(); | 269 | cp = rand64(); |
| 270 | co = rand64(); | 270 | co = rand64(); |
| 271 | ret = nissy_getcube(ep, eo, cp, co, "fix", result); | 271 | ret = nissy_getcube(ep, eo, cp, co, 0, "fix", result); |
| 272 | if (ret == NISSY_OK || ret == NISSY_WARNING_UNSOLVABLE) | 272 | if (ret == NISSY_OK || ret == NISSY_WARNING_UNSOLVABLE) |
| 273 | printf("%s\n", result); | 273 | printf("%s\n", result); |
| 274 | 274 | ||
