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>
Tue, 9 Feb 2010 03:45:45 +0000 (19:45 -0800)
commit4a4729c5ea23514cc58063054da416c81c3fae34
tree58a7ddf4fa72a41952ef81b9dd11fc7eda9c2aef
parent54daab2e97fcd9d3f9dc26320000b288a0e5ecc6
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