mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-27 07:07:14 +00:00
Merge commit '299707d2c2cbf1694bb21ed4a375b54ef35d719e' into cluster
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ uint64_t perft(Position& pos, Depth depth) {
|
||||
pos.undo_move(m);
|
||||
}
|
||||
if (Root && Cluster::is_root())
|
||||
sync_cout << UCI::move(m, pos.is_chess960()) << ": " << cnt << sync_endl;
|
||||
sync_cout << UCIEngine::move(m, pos.is_chess960()) << ": " << cnt << sync_endl;
|
||||
}
|
||||
return nodes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user