mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-13 17:28:57 +07:00
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:

committed by
GitHub

parent
6309bc2fba
commit
e74f7608d1
@ -42,7 +42,6 @@ class BasicTests {
|
||||
!game.superchargedForDebug
|
||||
&& !game.viewEntireMapForDebug
|
||||
&& game.simulateUntilTurnForDebug <= 0
|
||||
&& !game.simulateUntilWin
|
||||
&& !game.consoleMode
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user