Fix position loading in tourneys
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 26 Sep 2011 14:01:28 +0000 (16:01 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 3 Oct 2011 07:19:20 +0000 (09:19 +0200)
commite3b9e443498df502ad3ab226308574a9d862e003
tree5c2e1cb649f5a5f1fbb03f52640c10e3b7c0dbcc
parent84af44b79b8d6ce50f809cac441d21157be5a32b
Fix position loading in tourneys

In a tourney a position must be loaded when the engine is not yet
started, and the old version of LoadPosition could not handle that:
It would start up the engine, and send it commands unconditionally.
backend.c