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