Refrain from starting analysis search if all moves excluded
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 8 Dec 2018 13:24:10 +0000 (14:24 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 8 Dec 2018 13:29:01 +0000 (14:29 +0100)
commit97e74bb8982f9fd78654a4f2b8a7619969a3414a
treeb2680ac8484839d4a30a6197822b0d13c870ccd1
parent990ae69c6d5ff8468541372acc4c6fcb854f64e2
Refrain from starting analysis search if all moves excluded

LaunchSearch() now tests for any moves being still enabled before
starting an analysis search. (If there aren't sm == 1.) This means the
last reason to skip LaunchSearch() after DoCommand() has disappeared.
UCI2WB.c