]> git.sesse.net Git - stockfish/commitdiff
Use see() instead of see_sign() in previous patch
authorMarco Costalba <mcostalba@gmail.com>
Tue, 3 Jun 2014 10:38:58 +0000 (12:38 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Tue, 3 Jun 2014 10:38:58 +0000 (12:38 +0200)
Before it was working by accident in case of
see_sign() and failing with see() due to how
castle moves are coded (king captures the rook).

Better to explicitly filter out castling moves
and use see() without any surprise/trick.

No functional case.


No differences found