diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-30 14:19:22 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-30 14:19:22 +0200 |
| commit | bdb770f7b678591a1516ee2b987d5ba22d5cdb23 (patch) | |
| tree | 9cc1540369370e7ac7047f784ad68b7f4c2985f9 /src/uci.cpp | |
| parent | 117ca43c12d70585bf5842a177bbad505b23ea38 (diff) | |
default depth
Diffstat (limited to 'src/uci.cpp')
| -rw-r--r-- | src/uci.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uci.cpp b/src/uci.cpp index e425cde..ef368b3 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -155,7 +155,7 @@ void Uci() { stringstream ss(line); string token; - int depth = 4; // default depth + int depth = -1; ss >> token; // go |
