Bugfix stale first-click
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 7 Feb 2010 10:18:56 +0000 (11:18 +0100)
committerArun Persaud <arun@nubati.net>
Sun, 7 Feb 2010 20:06:03 +0000 (12:06 -0800)
commitd78e0b2bc1c4390b7afe294d94146cb682e29fb2
tree44d2f5e4f2684c20089f10f49f41ad388fb4864e
parent9b1fabe6a863409e11c421e6dd1fe674743cbd1c
Bugfix stale first-click

When the opponent resigned after the user had cicked a from-square,
clicking the from-square for the first move in the next game would
produce an "illegal move" message, because it was considered a to-click!
We now set fromX and fromY to invalid in GameEnds().
Should we also reset them on mode changes?
backend.c