mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-20 19:56:51 +01:00
4.7.12-patch1
This commit is contained in:
parent
6d65d08974
commit
d9ceb9290d
|
|
@ -4,8 +4,8 @@ package com.unciv.build
|
|||
object BuildConfig {
|
||||
const val kotlinVersion = "1.8.21"
|
||||
const val appName = "Unciv"
|
||||
const val appCodeNumber = 896
|
||||
const val appVersion = "4.7.12"
|
||||
const val appCodeNumber = 897
|
||||
const val appVersion = "4.7.12-patch1"
|
||||
|
||||
const val gdxVersion = "1.11.0"
|
||||
const val ktorVersion = "2.2.3"
|
||||
|
|
|
|||
|
|
@ -536,7 +536,7 @@ open class UncivGame(val isConsoleMode: Boolean = false) : Game(), PlatformSpeci
|
|||
|
||||
companion object {
|
||||
//region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT
|
||||
val VERSION = Version("4.7.12", 896)
|
||||
val VERSION = Version("4.7.12-patch1", 897)
|
||||
//endregion
|
||||
|
||||
lateinit var Current: UncivGame
|
||||
|
|
|
|||
|
|
@ -689,8 +689,6 @@ class Civilization : IsPartOfGameInfoSerialization {
|
|||
|
||||
tacticalAI.init(this)
|
||||
|
||||
cache.updateCivResources()
|
||||
|
||||
cache.setTransients()
|
||||
}
|
||||
|
||||
|
|
|
|||
13
tests/src/com/unciv/testing/LoadGameTest.kt
Normal file
13
tests/src/com/unciv/testing/LoadGameTest.kt
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user