X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=00c871fd4acb8774352a67643fffeb8f4437ba96;hp=1268445555a608c87b55c0d4e307f6f4172814ab;hb=55eb7dd1e9be4c4d7957b501d423127934bf2bc0;hpb=902c0566a62337c1ec98be3839c70e54329140b2 diff --git a/src/search.cpp b/src/search.cpp index 12684455..00c871fd 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -716,7 +716,7 @@ namespace { && (ss-1)->reduction && threatMove != MOVE_NONE && allows(pos, (ss-1)->currentMove, threatMove)) - return beta - 1; + return alpha; } }