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; } }