diff --git a/src/search.cpp b/src/search.cpp index 36bfbdd85..babe6f05c 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1268,7 +1268,7 @@ moves_loop: // When in check, search starts here // For first picked move (ttMove) reduce reduction else if (move == ttData.move) - r = std::max(-10, r - 2016 + 150 * cutNode); + r -= 2016 + 150 * cutNode; if (capture) ss->statScore = 809 * int(PieceValue[pos.captured_piece()]) / 128