X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=0f599fc29f88d9d37e38bea7d0301f62079d5cc0;hp=b2622ab3c2598cd4355883b426cb8a72477027e9;hb=b605103a34be5bea7815ab3f6d4a21d487d0182b;hpb=c5f6bd517c68e16c3ead7892e1d83a6b1bb89b69 diff --git a/src/search.cpp b/src/search.cpp index b2622ab3..0f599fc2 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -766,7 +766,7 @@ namespace { int probCutCount = 0; while ( (move = mp.next_move()) != MOVE_NONE - && probCutCount < depth / ONE_PLY - 3) + && probCutCount < 3) if (pos.legal(move)) { probCutCount++;