mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-19 12:12:17 +01:00
DroidFish: Changed default value for tablebase root probe setting to true.
This commit is contained in:
@@ -621,7 +621,7 @@ public class DroidFish extends Activity implements GUIInterface {
|
||||
|
||||
egtbOptions.hints = settings.getBoolean("tbHints", false);
|
||||
egtbOptions.hintsEdit = settings.getBoolean("tbHintsEdit", false);
|
||||
egtbOptions.rootProbe = settings.getBoolean("tbRootProbe", false);
|
||||
egtbOptions.rootProbe = settings.getBoolean("tbRootProbe", true);
|
||||
egtbOptions.engineProbe = settings.getBoolean("tbEngineProbe", true);
|
||||
String gtbPath = settings.getString("gtbPath", "");
|
||||
if (gtbPath.length() == 0) {
|
||||
|
||||
Reference in New Issue
Block a user