X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.cpp;h=88331f0674e74169e9932924c8c6a7301c8f739c;hb=6596f0eac0c1d25a12bfd923907bfc78beedbc90;hp=b5cb87d9356974553a50bea29c92342f67c9c173;hpb=b8c00efa2767ebf74545d2ba4bd344ef7c963319;p=stockfish 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; }