X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=d34e182392843b4874a07b1b5858610a4e78a143;hp=2ad535ccb56b93ce1690eff7e9d800df1f077d23;hb=abd4400c874ab178d04c08d3668f3843aece114e;hpb=70a38d726410dae06949e9cfd6be2fd58743101a diff --git a/src/search.cpp b/src/search.cpp index 2ad535cc..d34e1823 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1008,7 +1008,7 @@ moves_loop: // When in check, search starts from here && pos.advanced_pawn_push(move) && pos.pawn_passed(us, to_sq(move))) extension = ONE_PLY; - + // Castling extension if (type_of(move) == CASTLING) extension = ONE_PLY;