X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=b0d359d1955ee4f707c427207c8b2852499135f9;hp=c1cbc9ef1d4d7c3328ccffaf183d6f8b1d405e55;hb=5815718177817de90f98513b776bc04376440f0a;hpb=4ead60e2a77892dbeedb36f4557da5eba2f0558b 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;