Save time-control settings in tourney file
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 6 May 2011 16:25:38 +0000 (18:25 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sat, 7 May 2011 14:36:19 +0000 (16:36 +0200)
commit9afbec621a4588eb3c652b40eac5310d9eac8cbd
tree1b7119a0521dd768cdd8480a40f7faec9881593b
parent677682a381891c69d1a2cf1defa0a8f0610e52ad
Save time-control settings in tourney file

Because parsing the options and storing them in appData is not enough,
the time-control code setting the internally used parameters from the
appData info in InitBackend was made into a subroutine, and also caled
after parsing the tourney file.
backend.c