mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-05-02 16:57:09 +02:00
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:
parent
ec8993ba8f
commit
43224e4ee7
@ -792,6 +792,8 @@ public class DroidChessController {
|
||||
engine, gui.engineThreads(),
|
||||
strength);
|
||||
computerPlayer.queueSearchRequest(sr);
|
||||
} else {
|
||||
computerPlayer.queueStartEngine(searchId, engine);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user