Fixed a bug where the unit needs the civInfo in order to calculate the moveTo even before it's put on the map.

This commit is contained in:
Yair Morgenstern
2018-08-29 12:25:35 +03:00
parent 40db822a79
commit 9e5208dd8c
4 changed files with 12 additions and 10 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.game"
minSdkVersion 14
targetSdkVersion 26
versionCode 130
versionName "2.7.14"
versionCode 131
versionName "2.7.15"
}
buildTypes {
release {