From b9aeb03e1be6a34bfd42a72ea334d27a74d29e1c Mon Sep 17 00:00:00 2001 From: SomeTroglodyte <63000004+SomeTroglodyte@users.noreply.github.com> Date: Thu, 20 May 2021 11:34:05 +0200 Subject: [PATCH] Correction to deprecation Version number?... (#3968) ... in MapParameters.size: The commit adding the annotation is 9 commits below the 3.14.7 commit. Sorry I didn't include this earlier!. I *did* notice then went on for the rest of the little PR with a little nagging feeling ... --- core/src/com/unciv/logic/map/MapParameters.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/com/unciv/logic/map/MapParameters.kt b/core/src/com/unciv/logic/map/MapParameters.kt index 0b2d474784..2adbbac2d2 100644 --- a/core/src/com/unciv/logic/map/MapParameters.kt +++ b/core/src/com/unciv/logic/map/MapParameters.kt @@ -76,7 +76,7 @@ class MapParameters { var name = "" var type = MapType.pangaea var shape = MapShape.hexagonal - @Deprecated("replaced by mapSize since 3.19.18") + @Deprecated("replaced by mapSize since 3.14.7") var size = MapSize.Medium var mapSize = MapSizeNew(Constants.medium) var noRuins = false @@ -106,4 +106,4 @@ class MapParameters { resourceRichness = 0.1f waterThreshold = 0f } -} \ No newline at end of file +}