diff --git a/src/search.cpp b/src/search.cpp index 94b20c85be2..7b65c200325 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1182,9 +1182,7 @@ Value Search::Worker::search( r -= 1879; if (capture) - ss->statScore = - thisThread->captureHistory[movedPiece][move.to_sq()][type_of(pos.captured_piece())] - - 13000; + ss->statScore = 0; else ss->statScore = 2 * thisThread->mainHistory[us][move.from_to()] + (*contHist[0])[movedPiece][move.to_sq()]