]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Do not conceal the invocation of the benchmark program
[stockfish] / src / uci.cpp
index c5dbafae32aba842ed13c2f8ee502c437ca98ca1..044aca3abacf967d72177c8d3bd18498c4b29cca 100644 (file)
@@ -182,7 +182,7 @@ void UCI::loop(int argc, char* argv[]) {
 
       else if (token == "ucinewgame")
       {
-          Search::reset();
+          Search::clear();
           Time.availableNodes = 0;
       }
       else if (token == "isready")    sync_cout << "readyok" << sync_endl;