mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-28 06:16:37 -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 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user