Restore development version

bench: 8732553
This commit is contained in:
Marco Costalba
2014-05-31 23:34:36 +02:00
parent 54f8a9cb13
commit f5622cd5ec
2 changed files with 2 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ void UCI::loop(int argc, char* argv[]) {
Search::RootColor = pos.side_to_move(); // Ensure it is set
sync_cout << Eval::trace(pos) << sync_endl;
}
else if (token == "ucinewgame") { /* Avoid returning "Unknown command" */ }
else if (token == "ucinewgame") TT.clear();
else if (token == "go") go(pos, is);
else if (token == "position") position(pos, is);
else if (token == "setoption") setoption(is);