Fix type-in of drop moves
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 16 Jan 2011 20:37:16 +0000 (21:37 +0100)
committerArun Persaud <arun@nubati.net>
Sat, 29 Jan 2011 02:15:59 +0000 (18:15 -0800)
commitba08fd2edd5908cc6ef3330b1bb3b049b931b681
tree42db61edca0c08521503ab4347805db14f111184
parent231345cae22b7796e67e2a0a6387e6ce22ec7fbd
Fix type-in of drop moves

Drop moves entered through the move type-in already come in the (piece,
DROP_RANK, x, y) format, rather than having a holdings from square. This
caused UserMoveEvent to consider them illegal when testing if the
piecewas of the side to move, and when this was fixed, to recognize
Knight drops as coming from between board and holdings (and thus
illegal).
backend.c