Move change of debug file to before game load
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 16 Feb 2012 13:41:43 +0000 (14:41 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Fri, 17 Feb 2012 21:58:10 +0000 (22:58 +0100)
commit6ea3d4628fbdd57225eb89c1654f814eac18e748
tree1113335a24b63476a5600f4fb1b07ae4ecb0aa10
parent9f38943ff6f8f1dfbaf08fc8184b6bc93de15702
Move change of debug file to before game load

Loading a game from -lgf is done before TwoMachinesEvent is called,
but logically belongs to the game. So the code to switch to the new
debug file for the game is moved to NextMatchGame now.
backend.c