X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=3862e27b74a1c4d6123441616cbcefa428a0f201;hp=c30fe92e35c2a048ac608873a03c886614f6db06;hb=a24c0a736c6d27335c6c4401a2626f3cf44036cf;hpb=b3a0b389d279dacd70fea429088122d02362d14a diff --git a/src/search.cpp b/src/search.cpp index c30fe92e..3862e27b 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1134,7 +1134,7 @@ split_point_start: // At split points actual search starts from here bool doFullDepthSearch = true; alpha = SpNode ? sp->alpha : alpha; - if ( depth >= 3 * ONE_PLY + if ( depth > 3 * ONE_PLY && !captureOrPromotion && !dangerous && !move_is_castle(move)