Split calculating of time limits from SearchBestMove
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 31 May 2013 22:06:48 +0000 (00:06 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 21 Oct 2013 08:40:24 +0000 (10:40 +0200)
commit44d0328d67fa43295e79fe4fc99c997453d8f450
tree572f50cb91017416c29ea52d46fb63d7fec347b5
parenta630428ed1892dfc762c575417e29d43a027858c
Split calculating of time limits from SearchBestMove

Make the TC parameters global so they would not have to be passed to
the new SetTimeLimits() via SearchBestMove(), and SetTimeLimits()
can be called also from within search.
hachu.c