X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=e1c1f8a941dba8b7b8c40f42748885ee9ef30fa8;hp=9c132a03abf3250532593ac7b818ba325d1be524;hb=c2d42ea8339b49e52a116e488214a14fda09d413;hpb=3f14ed6602936ecf98b0a26c5abc1c980a091f63 diff --git a/src/thread.cpp b/src/thread.cpp index 9c132a03..e1c1f8a9 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -443,7 +443,7 @@ void ThreadsManager::start_thinking(const Position& pos, const LimitsType& limit // Copy input arguments to initialize the search RootPosition.copy(pos, 0); Limits = limits; - RootMoves = searchMoves; + SearchMoves = searchMoves; // Reset signals before to start the new search memset((void*)&Signals, 0, sizeof(Signals));