Put launching of searches in a separate routine
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 8 Dec 2018 09:02:49 +0000 (10:02 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 8 Dec 2018 09:02:49 +0000 (10:02 +0100)
commitb42dab5e4509f49d27d78747e16a151962a237e2
treeb711d0f6d9da1a00c79e5b93023fbc677b1c0291
parent47b967aa38dcb5db60229931abf391f42c2abf1f
Put launching of searches in a separate routine

The code section that tested if the engine should search, and would
start the required search if this was the case, is now put in a routine
LaunchSearch(). This is then called from the infinite loop that handles
the GUI commands (where it was located before).
UCI2WB.c