X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=6c7069e09c7a474608c25693084ff4629d4f8461;hp=e5c485fce59d368dc5fb227dd3851084baa0da37;hb=2c1797ab81957221266f7dd445845a1a525ccb9d;hpb=9fac5774f414ec4a2e86c6b0306f07de427cd5db diff --git a/src/search.cpp b/src/search.cpp index e5c485fc..6c7069e0 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -328,7 +328,7 @@ void MainThread::search() { // Check if there are threads with a better score than main thread. Thread* bestThread = this; - if (Options["MultiPV"] == 1 && !Skill(Options["Skill Level"]).enabled()) + if (!easyPlayed && Options["MultiPV"] == 1 && !Skill(Options["Skill Level"]).enabled()) for (Thread* th : Threads) if ( th->completedDepth > bestThread->completedDepth && th->rootMoves[0].score > bestThread->rootMoves[0].score)