diff --git a/src/search.cpp b/src/search.cpp index 1db84c7e..d1b717b4 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -805,7 +805,7 @@ namespace { { Depth d = depth - 2 * ONE_PLY - (PvNode ? DEPTH_ZERO : depth / 4); ss->skipEarlyPruning = true; - search(pos, ss, alpha, beta, d, true); + search(pos, ss, alpha, beta, d, cutNode); ss->skipEarlyPruning = false; tte = TT.probe(posKey, ttHit);