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;