mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-29 06:51:30 -04: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:
parent
3d062e3424
commit
b9aeb03e1b
@ -76,7 +76,7 @@ class MapParameters {
|
|||||||
var name = ""
|
var name = ""
|
||||||
var type = MapType.pangaea
|
var type = MapType.pangaea
|
||||||
var shape = MapShape.hexagonal
|
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 size = MapSize.Medium
|
||||||
var mapSize = MapSizeNew(Constants.medium)
|
var mapSize = MapSizeNew(Constants.medium)
|
||||||
var noRuins = false
|
var noRuins = false
|
||||||
@ -106,4 +106,4 @@ class MapParameters {
|
|||||||
resourceRichness = 0.1f
|
resourceRichness = 0.1f
|
||||||
waterThreshold = 0f
|
waterThreshold = 0f
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user