mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Remove a false comment
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
dadf6a6fe9
commit
631fa6a100
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ void init_uci_options() {
|
|||
Options["Emergency Base Time"] = Option(200, 0, 60000);
|
||||
Options["Emergency Move Time"] = Option(70, 0, 5000);
|
||||
Options["Minimum Thinking Time"] = Option(20, 0, 5000);
|
||||
Options["UCI_Chess960"] = Option(false); // Just a dummy but needed by GUIs
|
||||
Options["UCI_Chess960"] = Option(false);
|
||||
Options["UCI_AnalyseMode"] = Option(false);
|
||||
|
||||
// Set some SMP parameters accordingly to the detected CPU count
|
||||
|
|
Loading…
Add table
Reference in a new issue