Fix display of uninitialized boards in background observe hgm-4.20100223
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 23 Feb 2010 12:52:51 +0000 (13:52 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 23 Feb 2010 14:19:15 +0000 (15:19 +0100)
commit32a64dc5d127fcec56f269a290c3740f2a31da51
tree6942608ea8386d8aee6f11f07f7cadca80bd22de
parent5039f141323787ede61b143b439f0267380bef15
Fix display of uninitialized boards in background observe

A variable partnerBoardValid is cleared on starting our own game, and
set when a board from the background game comes in during it. At the end
of our own game, a valid partner board now is put in the display.
backend.c