diff --git a/src/search.cpp b/src/search.cpp index 17b93ce7..d8101e55 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -880,7 +880,6 @@ moves_loop: // When in check and at SpNode search starts from here && !captureOrPromotion && !inCheck && !givesCheck - && type_of(move) == NORMAL && !pos.advanced_pawn_push(move) && bestValue > VALUE_MATED_IN_MAX_PLY) {