Fix spurious mate test in Edit Game mode
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 16 Jan 2011 20:44:26 +0000 (21:44 +0100)
committerArun Persaud <arun@nubati.net>
Sat, 29 Jan 2011 02:15:59 +0000 (18:15 -0800)
commitecc378d8413d426248d1ea681e2666ec5c13d3e4
treea509c33ff92ff07b32a7fe092a70a2a8fc7d2819
parentba08fd2edd5908cc6ef3330b1bb3b049b931b681
Fix spurious mate test in Edit Game mode

When entering a game, it was terminated by the mate test even when
legality checking was switched off (so that mates might not be reliably
recognized). The mate test is now made dependent on legality testing.
backend.c