mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-07 00:41:39 +07:00
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 ...
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user