]> git.sesse.net Git - stockfish/commit
Be sure to read options before to call trace_evaluate()
authorMarco Costalba <mcostalba@gmail.com>
Tue, 1 Mar 2011 12:32:19 +0000 (13:32 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Tue, 1 Mar 2011 12:32:42 +0000 (13:32 +0100)
commit0c775fae4b758844f9446f125a3e6eed964ecaf0
tree0f731c25edc70dfa4543c3530b7952f43dbe41d3
parent1f73a9ed639b6e55b96635c33b249f29ba726145
Be sure to read options before to call trace_evaluate()

Otherwise in case we change an option with setoption and
then ask for "eval" command the evaluation is not updated.

Spotted by Justin Blanchard.

No functional change.

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