Change default value for new simulateUntilWinOrLose parameter. (#2632)
By default it should be 0 - simulation turned off.
This commit is contained in:
parent
55fdb3a9e7
commit
8a43d5c5d6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue