X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=e0f6cba2c4567c23b0f4af09462207037d817835;hp=2fd842070cfe2720217eb6f8876aa02ba61075a7;hb=b61759e907e508d436b7c0b7ff8ab866454f7ca6;hpb=b508f9561cc2302c129efe8d60f201ff03ee72c8 diff --git a/src/search.cpp b/src/search.cpp index 2fd84207..e0f6cba2 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1252,7 +1252,6 @@ moves_loop: // When in check search starts from here // Don't search moves with negative SEE values if ( (!InCheck || evasionPrunable) - && type_of(move) != PROMOTION && !pos.see_ge(move)) continue;