Show move that causes false illegal-move claim
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 8 Jan 2011 23:08:52 +0000 (00:08 +0100)
committerArun Persaud <arun@nubati.net>
Tue, 11 Jan 2011 05:22:04 +0000 (21:22 -0800)
commitc8ee374e1c882ec80a255aea279c595291b53c5b
tree6e31a7259f88d6ea77e5bd14559d5fcbc750cade
parent6076ddce2ec3b939ebc4b9cfdbae52c2476ab17d
Show move that causes false illegal-move claim

Without claim testing XBoard takes back moves that an engine objects to.
But when the engine is forfeited for a false claim, the move should of
course stay. So the claim test is moved to before the take-back.
backend.c