We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34989b7 commit e2b45cbCopy full SHA for e2b45cb
src/search.cpp
@@ -1009,7 +1009,7 @@ namespace {
1009
// Decrease reduction for moves that escape a capture. Filter out
1010
// castling moves, because they are coded as "king captures rook" and
1011
// hence break make_move(). Also use see() instead of see_sign(),
1012
- // because the destination square is empty.
+ // because the destination square is empty.
1013
if ( r
1014
&& type_of(move) == NORMAL
1015
&& type_of(pos.piece_on(to_sq(move))) != PAWN
0 commit comments