mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-20 12:42:18 +01:00
DroidFish: Changed default thinking time to 60 moves in 2 minutes.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user