X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;fp=src%2Fthread.cpp;h=ed3accc5f0bc72e6f3f2feb85c7aa42b5d233240;hp=c03079d18e3da13522531962e3b87969fd4ddb83;hb=7d44b43b3ceb2eebc756709432a0e291f885a1d2;hpb=18f2b12cd019212b9c7103cc63e3bf64a5be7c3c diff --git a/src/thread.cpp b/src/thread.cpp index c03079d1..ed3accc5 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -67,7 +67,7 @@ void Thread::clear() { { for (auto& to : continuationHistory[inCheck][c]) for (auto& h : to) - h->fill(0); + h->fill(-71); continuationHistory[inCheck][c][NO_PIECE][0]->fill(Search::CounterMovePruneThreshold - 1); } }