mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 08:37:44 +00:00
Fix incorrect input option
This commit is contained in:
@@ -767,7 +767,7 @@ namespace Stockfish::Tools
|
||||
else if (token == "min_depth")
|
||||
is >> params.search_depth_min;
|
||||
else if (token == "max_depth")
|
||||
is >> params.search_depth_min;
|
||||
is >> params.search_depth_max;
|
||||
else if (token == "nodes")
|
||||
is >> params.nodes;
|
||||
else if (token == "count")
|
||||
|
||||
Reference in New Issue
Block a user