Fix illegal drops
authorH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 5 Feb 2015 11:24:00 +0000 (12:24 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 7 May 2015 18:53:32 +0000 (20:53 +0200)
commitdcd563701f4164a6f8b2e8e8c84ddb96601e147c
treeb7dc4577d413854e88a996ab8c49f8b5c9d0a330
parent9bd3575bc8766abc4fd44f00674b20397266521d
Fix illegal drops

For illegal drops the 'from-square' was subjected to an on-board test,
which of course always failed, after which the move was reclassified
as an ImpossibleMove after all. (Leading to rejection even when legality
testing was off, and error messages like "Could not parse move".)
backend.c