X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.cpp;h=bc884dedf01ed5ef0a4a1c8ed101fe045e8c9571;hb=b0658f09b93185e2b43d4b2d6f0daa30c36ebcc2;hp=fdf89095b5e79239883cd9d41d30a760f0c685c2;hpb=871ab55f01f844bd24ed768c5e734ed2c956ef78;p=stockfish diff --git a/src/thread.cpp b/src/thread.cpp index fdf89095..bc884ded 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -68,6 +68,7 @@ void Thread::clear() { counterMoves.fill(MOVE_NONE); mainHistory.fill(0); captureHistory.fill(0); + pawnHistory.fill(0); for (bool inCheck : {false, true}) for (StatsType c : {NoCaptures, Captures})