X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=cab2d382f1737da5da250e304fcd6e4627b10cd6;hp=7fec4724dc10d6d4d9063ab60eda41c4cca75a3a;hb=d7022031130ef84b801e087c1804d0cf05bc369b;hpb=04407e35d67959b2e9011aa6aff43e2bb632b189 diff --git a/src/thread.cpp b/src/thread.cpp index 7fec4724..cab2d382 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -187,7 +187,7 @@ void ThreadPool::start_thinking(Position& pos, StateListPtr& states, for (Thread* th : *this) { - th->nodes = th->tbHits = th->nmp_ply = th->nmp_odd = 0; + th->nodes = th->tbHits = th->nmp_min_ply = 0; th->rootDepth = th->completedDepth = DEPTH_ZERO; th->rootMoves = rootMoves; th->rootPos.set(pos.fen(), pos.is_chess960(), &setupStates->back(), th);