Fix spelling error.

This commit is contained in:
Duan Tao
2018-12-11 19:19:36 +08:00
parent 2e7a2cda12
commit d73bf6d13f
2 changed files with 2 additions and 2 deletions

View File

@ -311,7 +311,7 @@
[ [
"Your citizens can work 3 tiles away from city center.", "Your citizens can work 3 tiles away from city center.",
"The city border will keep expanding,", "The city border will keep expanding,",
"But citizen cannot be assigned to a tile too far." "but citizen cannot be assigned to a tile too far."
] ]
] ]

View File

@ -21,7 +21,7 @@ class UnCivGame : Game() {
val viewEntireMapForDebug = false val viewEntireMapForDebug = false
// For when you need to test something in an advanced game and don't have time to faff around // For when you need to test something in an advanced game and don't have time to faff around
val superchargedForDebug = true val superchargedForDebug = false
lateinit var worldScreen: WorldScreen lateinit var worldScreen: WorldScreen