diff --git a/src/search.cpp b/src/search.cpp index c1cbc9ef..b0d359d1 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1153,8 +1153,7 @@ split_point_start: // At split points actual search starts from here && ss->killers[0] != move && ss->killers[1] != move) { - ss->reduction = Root ? reduction(depth, moveCount - MultiPV + 1) - : reduction(depth, moveCount); + ss->reduction = reduction(depth, moveCount); if (ss->reduction) { alpha = SpNode ? sp->alpha : alpha;