X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;fp=src%2Fthread.cpp;h=c03079d18e3da13522531962e3b87969fd4ddb83;hp=da8e1d05be974cec09da4562fd209dbd24e6e565;hb=18f2b12cd019212b9c7103cc63e3bf64a5be7c3c;hpb=a6a9d828ab4cc35ca0f64207e2ff818a391d1939 diff --git a/src/thread.cpp b/src/thread.cpp index da8e1d05..c03079d1 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -162,6 +162,7 @@ void ThreadPool::clear() { main()->callsCnt = 0; main()->bestPreviousScore = VALUE_INFINITE; + main()->bestPreviousAverageScore = VALUE_INFINITE; main()->previousTimeReduction = 1.0; }