X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=4712172d5a13bcb23d7aa08e32764e89685aad8c;hp=d89779f85bf9eb4fb3c8e8c9e3f3c96056a2dd2c;hb=72ca727b382212705d2a31588d03eb0c85abddba;hpb=2d0146fe1d4551642f98c3273d26192b43e80d79 diff --git a/src/search.cpp b/src/search.cpp index d89779f8..4712172d 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -2284,7 +2284,8 @@ namespace { if ( !PruneBlockingMoves && threat != MOVE_NONE && piece_is_slider(pos.piece_on(tfrom)) - && bit_is_set(squares_between(tfrom, tto), mto) && pos.see(m) >= 0) + && bit_is_set(squares_between(tfrom, tto), mto) + && pos.see(m) >= 0) return false; return true;