Fix use of game/position file in first match game
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 10 Apr 2011 18:32:57 +0000 (20:32 +0200)
committerArun Persaud <apersaud@lbl.gov>
Mon, 11 Apr 2011 05:30:30 +0000 (22:30 -0700)
commit4a8d41d0be4291df44a78bbf346c841a8710799c
tree31a2ce45f0e1885d64477310c408d4ca42c289a5
parent1af94b4e59fd00cc7da15ec5738ac87b7836ca09
Fix use of game/position file in first match game

When a match was started from the menu, it was not paying attention to
game and position files. (Later games were.) The code that handled this
in the initialization when a match is started through the command line
was made into a routine MatchEvent, which can be called from the menu
proc too.
backend.c
backend.h
winboard/winboard.c
xboard.c