X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.cpp;h=288588b0ee84cd805f0bc4e52868c91e21a81731;hb=f436bf77ad2eb42228747d9aa58eeb7403e23d49;hp=c834fa9f9dff0bd1ce23bd2f72f3c20c5c1ece01;hpb=4568f6369bfb94d8a105a8074e43e8d79c57eaee;p=stockfish diff --git a/src/thread.cpp b/src/thread.cpp index c834fa9f..288588b0 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -61,7 +61,7 @@ void Thread::clear() { mainHistory.fill(0); captureHistory.fill(0); previousDepth = 0; - + for (bool inCheck : { false, true }) for (StatsType c : { NoCaptures, Captures }) {