Fix ponder start
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 5 Dec 2012 15:57:19 +0000 (16:57 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 5 Dec 2012 16:01:34 +0000 (17:01 +0100)
commitf9dc502ea66938564e9e6eabcc2aff4199f5dd83
tree207a22c9cc568a1a8f4ff37acd97d59c7a2d4f84
parent99de6ab7fd6d624fbf821de5c2e42c1bbba6d914
Fix ponder start

There was an inconsistency in starting ponder searches, because they occur
with the opposite side-to-move, or thus exchange wtime and btime. This was
solved in the old version by changing stm only after starting the ponder
search in response to an engine move. But for starting through 'hard'
there is no turn change. So the start routine has to swap the times by
itself, and the turn change was moved to before it to compensate.
UCI2WB.c