]> git.sesse.net Git - stockfish/commit
Don't use "OwnBook" by default
authorMarco Costalba <mcostalba@gmail.com>
Sat, 17 Mar 2012 12:16:23 +0000 (13:16 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 17 Mar 2012 12:16:51 +0000 (13:16 +0100)
commit9b2635634714558cc492d1c31db7c93127369c88
tree7b1d069f4f6120f35c3b71d75e97f50c1eba71dd
parent7c8a8e038f0acd48a30ec7e3971c7d0efcfbf25d
Don't use "OwnBook" by default

Stick to UCI protocol that says:

* by default all the opening book handling is done by the GUI,
  but there is an option for the engine to use its own book
  ("OwnBook" option, see below)

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/benchmark.cpp
src/ucioption.cpp