Change default value for new simulateUntilWinOrLose parameter. (#2632)

By default it should be 0 - simulation turned off.
This commit is contained in:
Alexander Korolyov
2020-05-17 17:48:58 +02:00
committed by GitHub
parent 55fdb3a9e7
commit 8a43d5c5d6

View File

@ -50,7 +50,7 @@ class UncivGame(
* Does not update World View changes until finished.
* Set to 0 to disable.
*/
var simulateUntilWinOrLose: Int = 1000
var simulateUntilWinOrLose: Int = 0
/** Console log battles
*/