X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=2e7dd6989736fa786c2a0b5ada5d681d35cb7136;hp=6bb1e1dfdbf54c6bbce8f7c9572f58e810403bec;hb=badb2aca44d6507f35dafc8b5c3921a6649a40f8;hpb=e51244cb27151075ac7a05282d0ec615cf93f290 diff --git a/src/search.cpp b/src/search.cpp index 6bb1e1df..2e7dd698 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -830,7 +830,7 @@ namespace { int probCutCount = 0; while ( (move = mp.next_move()) != MOVE_NONE - && probCutCount < 2 + 2 * cutNode) + && probCutCount < 2 + 2 * cutNode) if (move != excludedMove && pos.legal(move)) { probCutCount++;