X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=cec9ccf10d8e40e0d560ad43e0a5030e3eb64310;hp=bc412012d8f09d7f9e4034f909840d9f71fdd8f9;hb=d52d91064f88a1aaf391112048fad9694427387e;hpb=bd33766da0a00d9df69afcbf31a75d5f9972f1c8 diff --git a/src/uci.cpp b/src/uci.cpp index bc412012..cec9ccf1 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -97,7 +97,10 @@ bool execute_uci_command(const string& cmd) { pos.print(); else if (token == "eval") + { + read_evaluation_uci_options(pos.side_to_move()); cout << trace_evaluate(pos) << endl; + } else if (token == "key") cout << "key: " << hex << pos.get_key()