DroidFish: Start the new engine immediately after it has been selected, even if it is not needed right away. This is less confusing in situations where there is some problem with the engine.

This commit is contained in:
Peter Osterlund 2012-01-08 17:28:10 +00:00
parent ec8993ba8f
commit 43224e4ee7

View File

@ -792,6 +792,8 @@ public class DroidChessController {
engine, gui.engineThreads(),
strength);
computerPlayer.queueSearchRequest(sr);
} else {
computerPlayer.queueStartEngine(searchId, engine);
}
}
}