Unreserve tourney game on exit during engine load
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 11 Feb 2013 15:25:09 +0000 (16:25 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 11 Feb 2013 15:25:09 +0000 (16:25 +0100)
commit93253eabd41368b4a4a8513fbbe37c74c0e30c1c
tree404b579df51a9e790b6598caab51b8102359a0a9
parent4e16b0ac24b1617cf457164a74a639e64be938cb
Unreserve tourney game on exit during engine load

While waiting for the feature timeout we are not yet in TwoMachines mode,
so quitting XBoard at that stage would not unreserve the upcoming game.
A global flag 'startingEngine' similar to 'waitingForGame' now signals
this condition.
backend.c