X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=6516192d3700cc4dea05ba26f396cc09a6e37594;hp=97beb58009eb2feb855e9b725c0290606581e92f;hb=4c57cf0ead29536504ca452b876d350a8e2edbdc;hpb=baab8be324023add872e6b755174acc0a4e97c99 diff --git a/src/thread.cpp b/src/thread.cpp index 97beb580..6516192d 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -147,7 +147,7 @@ void ThreadPool::clear() { main()->callsCnt = 0; main()->previousScore = VALUE_INFINITE; - main()->previousTimeReduction = 1; + main()->previousTimeReduction = 1.0; } /// ThreadPool::start_thinking() wakes up main thread waiting in idle_loop() and