Fishy fix
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 8 Jan 2011 23:24:17 +0000 (00:24 +0100)
committerArun Persaud <arun@nubati.net>
Tue, 11 Jan 2011 05:22:05 +0000 (21:22 -0800)
commit75ec1dc301344d1fe0b6e15592f090d77d567fc0
tree5731479cd7fd28c47e9614e648d016fab641fd90
parent9aa0bf8d13b7ad2c7763fe2807e443e730a62dcb
Fishy fix

The move that delivers checkmate in two-machines mode is not animated
when adjudication is on. There then also is no highlighting of this move
Redrawing the board and calling ShowMove fixes it. Which is rather
strange, because ShowMove was already called in Adjudicate (when it
adjudicates), before GameEnds. For reasons that are not understood this
call to ShowMove() (which calls AnimateMove()) is not effective.
backend.c