]> git.sesse.net Git - stockfish/commitdiff
Fix extract_ponder_from_tt()
authorjoergoster <osterj165@googlemail.com>
Sat, 9 Jul 2016 19:01:42 +0000 (21:01 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Tue, 12 Jul 2016 06:47:21 +0000 (08:47 +0200)
Checking for legality of a possible ponder move
must be done before we undo the first pv move,
of course. (spotted by mohammed li.)

This obviously only has any effect when playing in ponder mode.

No functional change.


No differences found