Put engine initialization code in per-engine function
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 20 Apr 2011 11:45:51 +0000 (13:45 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 20 Apr 2011 20:35:15 +0000 (22:35 +0200)
commit2ee0112d8e774b268d91c618cddab6a0cfeab4fc
treeeb5818ce52a91c361f648089f7faf2d8e1e1b7b5
parentf9b929eddb900bbbd09ecb80b47c9b9e00e4cfaa
Put engine initialization code in per-engine function

Initializing of the ChessProgramStates first and second from the
option settings in appData is now done by separate calls to the same
routine. Clearing of options is added to the initialization. This is
needed when reloading an engine. This is done in a separate routine,
which could also be called on -reset options.
backend.c