X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;fp=src%2Fthread.cpp;h=e5043b6ea355ba4dce1c2e52f038a76d9275257f;hp=2f1237a3b0c6b5b02b27636d9c3d78d02f31c84d;hb=59f1d0c7dd3fcca307a18ff493ce07e290754a2b;hpb=466daf6fbafd1f58f064c2fa03d2fa2c1315c4f5 diff --git a/src/thread.cpp b/src/thread.cpp index 2f1237a3..e5043b6e 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -191,7 +191,7 @@ void ThreadPool::start_thinking(Position& pos, StateListPtr& states, for (Thread* th : *this) { - th->nodes = th->tbHits = th->nmpMinPly = 0; + th->shuffleExts = th->nodes = th->tbHits = th->nmpMinPly = 0; th->rootDepth = th->completedDepth = DEPTH_ZERO; th->rootMoves = rootMoves; th->rootPos.set(pos.fen(), pos.is_chess960(), &setupStates->back(), th);