X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=901a20b2bed1d67d1301aa8646d46fd2bdf50c80;hp=c9cce8d0c6c2240aea7b92234062d68c7361e63b;hb=22715259a04497743afe7e33f5cf1e3b13bb097e;hpb=4eda653a5629f837432c689cc00515a611fd88c3 diff --git a/src/thread.cpp b/src/thread.cpp index c9cce8d0..901a20b2 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -422,7 +422,7 @@ void ThreadPool::start_searching(const Position& pos, const LimitsType& limits, Signals.stopOnPonderhit = Signals.firstRootMove = false; Signals.stop = Signals.failedLowAtRoot = false; - RootPosition = pos; + RootPos = pos; Limits = limits; SetupStates = states; // Ownership transfer here RootMoves.clear();