mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-20 04:32:17 +01:00
DroidFish: Fixed default value for number of engine threads to match default in preferences.xml.
This commit is contained in:
@@ -603,7 +603,7 @@ public class DroidFish extends Activity implements GUIInterface {
|
||||
maxNumArrows = getIntSetting("thinkingArrows", 2);
|
||||
mShowBookHints = settings.getBoolean("bookHints", false);
|
||||
|
||||
mEngineThreads = getIntSetting("threads", 0);
|
||||
mEngineThreads = getIntSetting("threads", 1);
|
||||
|
||||
String engine = settings.getString("engine", "stockfish");
|
||||
int strength = settings.getInt("strength", 1000);
|
||||
|
||||
Reference in New Issue
Block a user