X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=7d85db8618ca982059b96466d963e29d3b1b5ba7;hp=c385f05ef2fcc6f291f83283c1ffb04aa7710d26;hb=c65d67feb53895a34423cc2043edc69741f2ba92;hpb=bc6faf633e7f4d2c998f434a41ecfc9b80047607 diff --git a/src/thread.cpp b/src/thread.cpp index c385f05e..7d85db86 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -83,11 +83,10 @@ void ThreadBase::wait_for(volatile const bool& b) { Thread::Thread() /* : splitPoints() */ { // Value-initialization bug in MSVC searching = false; - maxPly = splitPointsSize = curPage = 0; + maxPly = splitPointsSize = 0; activeSplitPoint = NULL; activePosition = NULL; idx = Threads.size(); - movePages.resize(MAX_PLY_PLUS_6 * MAX_MOVES); }