]> git.sesse.net Git - stockfish/commitdiff
Fixed a bug in PV extraction from the transposition table: The
authorTord Romstad <tord@glaurungchess.com>
Thu, 6 Aug 2009 16:07:32 +0000 (18:07 +0200)
committerTord Romstad <tord@glaurungchess.com>
Thu, 6 Aug 2009 16:07:32 +0000 (18:07 +0200)
previous used move_is_legal to verify that the move from the TT
was legal, and the old version of move_is_legal only works when
the side to move is not in check. Fixed this by adding a separate,
slower version of move_is_legal which works even when the side to
move is in check.


No differences found