mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-12 09:02:41 +01: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:
@@ -792,6 +792,8 @@ public class DroidChessController {
|
|||||||
engine, gui.engineThreads(),
|
engine, gui.engineThreads(),
|
||||||
strength);
|
strength);
|
||||||
computerPlayer.queueSearchRequest(sr);
|
computerPlayer.queueSearchRequest(sr);
|
||||||
|
} else {
|
||||||
|
computerPlayer.queueStartEngine(searchId, engine);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user