mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-03-11 15:58:08 +01:00
DroidFish: Changed default thinking time to 60 moves in 2 minutes.
This commit is contained in:
parent
e00df7370c
commit
aeaee1e5cd
@ -79,7 +79,7 @@
|
||||
<item>5400000</item>
|
||||
<item>7200000</item>
|
||||
</string-array>
|
||||
<string name="time_control_default">300000</string>
|
||||
<string name="time_control_default">120000</string>
|
||||
|
||||
<string-array name="time_increment_texts">
|
||||
<item>0s</item>
|
||||
|
@ -549,7 +549,7 @@ public class DroidFish extends Activity implements GUIInterface {
|
||||
if (!mPonderMode)
|
||||
ctrl.stopPonder();
|
||||
|
||||
int timeControl = getIntSetting("timeControl", 300000);
|
||||
int timeControl = getIntSetting("timeControl", 120000);
|
||||
int movesPerSession = getIntSetting("movesPerSession", 60);
|
||||
int timeIncrement = getIntSetting("timeIncrement", 0);
|
||||
ctrl.setTimeLimit(timeControl, movesPerSession, timeIncrement);
|
||||
|
Loading…
x
Reference in New Issue
Block a user