diff --git a/src/search.cpp b/src/search.cpp index f0bbf0fd..6f3d6df2 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -970,7 +970,7 @@ split_point_start: // At split points actual search starts from here // Step 15. Reduced depth search (LMR). If the move fails high will be // re-searched at full depth. - if ( depth > 4 * ONE_PLY + if ( depth > 3 * ONE_PLY && !isPvMove && !captureOrPromotion && !dangerous