X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=88331f0674e74169e9932924c8c6a7301c8f739c;hp=b5cb87d9356974553a50bea29c92342f67c9c173;hb=f83cb95740de019db6ff5567d6f84f218b18cd9e;hpb=195a4fec6d6bd1f9e43f5b3e83a3dcf57dc73744 diff --git a/src/thread.cpp b/src/thread.cpp index b5cb87d9..88331f06 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -166,7 +166,7 @@ void ThreadPool::clear() { th->clear(); main()->callsCnt = 0; - main()->previousScore = VALUE_INFINITE; + main()->bestPreviousScore = VALUE_INFINITE; main()->previousTimeReduction = 1.0; }