X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=a76a9521c9ee7a19d7ee52c231414a4ce111ba13;hp=cc82af7dbf1a88959316b2c8dd3c025f6cf78227;hb=3aa471f2a9cb1cccd37c27906dd386b9724e32ab;hpb=f01b53c37400e676fdf13d52323bc7bb65502e90 diff --git a/src/search.cpp b/src/search.cpp index cc82af7d..a76a9521 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -310,8 +310,7 @@ void Search::think() { // We're ready to start searching. Call the iterative deepening loop function id_loop(pos); - // Stop timer and send all the slaves to sleep, if not already sleeping - Threads.set_timer(0); + Threads.set_timer(0); // Stop timer Threads.sleep(); if (Options["Use Search Log"])