]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Convert init of eval to async option
[stockfish] / src / uci.cpp
index 3a42ac5fda950e67c53755250dc0a12559602570..a9ace955e81b342ab50df69f6a870d0ae9fbebe3 100644 (file)
@@ -106,7 +106,7 @@ void uci_loop() {
 
       else if (token == "eval")
       {
-          read_evaluation_uci_options(pos.side_to_move());
+          EvalRootColor = pos.side_to_move();
           cout << trace_evaluate(pos) << endl;
       }