diff --git a/src/search.cpp b/src/search.cpp index 55bf52b2..be6e360a 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1052,6 +1052,7 @@ split_point_start: // At split points actual search starts from here // Step 19. Check for split if ( !SpNode && depth >= Threads.min_split_depth() + && depth - reduction(depth, moveCount) >= Threads.min_split_depth() && bestValue < beta && Threads.available_slave_exists(thisThread) && !Signals.stop