Fix display of last move of last match game
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 8 Jun 2011 15:20:01 +0000 (17:20 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 8 Jun 2011 16:09:24 +0000 (18:09 +0200)
commitc4e2d19fab41744168e92d4f9e23176689f4bc20
treea1fb05fabcf45c2ef9c6825077d7c564e3ad59a3
parent0d4601eba9adede769abaeaa29c26cc1b5a626ab
Fix display of last move of last match game

When a game was adjudicated (e.g. because XBoard detected mate) GameEnds
would trigger an exit if it was the last game of the match, and thus
never returned, while the ShowMove was called only after return from
Adjudicate. An extra ToNrEvent is now used in GameEnd in this case to
cause ShowMove to be called before exiting. (Ugly kludge...)
backend.c