transfer simulateUntilWin from UncivGame to GameInfo class. (#2849)

* transfer simulateUntilWin from UncivGame to GameInfo class.

* update tests

* Update description comments
This commit is contained in:
Alexander Korolyov
2020-07-16 12:52:39 +02:00
committed by GitHub
parent 6309bc2fba
commit e74f7608d1
5 changed files with 13 additions and 16 deletions

View File

@ -42,7 +42,6 @@ class BasicTests {
!game.superchargedForDebug
&& !game.viewEntireMapForDebug
&& game.simulateUntilTurnForDebug <= 0
&& !game.simulateUntilWin
&& !game.consoleMode
)
}