diff options
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 |
