mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-12 19:10:12 +07:00
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
@ -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 New Issue
Block a user