From: Fabian Fichter Date: Fri, 21 Jun 2019 17:29:58 +0000 (+0200) Subject: Merge official-stockfish/master X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=b459110a7d8e529dff0ac1942419615447760e70;p=fairystockfish.git Merge official-stockfish/master bench: 3778277 --- b459110a7d8e529dff0ac1942419615447760e70 diff --cc src/thread.cpp index 82dc0ea,e5043b6..27a1775 --- a/src/thread.cpp +++ b/src/thread.cpp @@@ -191,10 -191,10 +191,10 @@@ void ThreadPool::start_thinking(Positio 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); + th->rootPos.set(pos.variant(), pos.fen(), pos.is_chess960(), &setupStates->back(), th); } setupStates->back() = tmp;