]> git.sesse.net Git - stockfish/blobdiff - src/thread.cpp
Further simplify aspiration code
[stockfish] / src / thread.cpp
index 9c132a03abf3250532593ac7b818ba325d1be524..e1c1f8a941dba8b7b8c40f42748885ee9ef30fa8 100644 (file)
@@ -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));