From: joergoster Date: Sat, 9 Jul 2016 19:01:42 +0000 (+0200) Subject: Fix extract_ponder_from_tt() X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=82d02a3133dd04c86010d7c93e3bc64252ea65a9;hp=82d02a3133dd04c86010d7c93e3bc64252ea65a9;p=stockfish Fix extract_ponder_from_tt() 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. ---