mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 05:46:43 -04:00
Merge pull request #564 from ninjatao/fix_buildings_list
Fix builds list in city screen.
This commit is contained in:
commit
f69be35647
@ -122,7 +122,7 @@ class CityInfoTable(private val cityScreen: CityScreen) : Table(CameraStageBaseS
|
|||||||
if (!otherBuildings.isEmpty()) {
|
if (!otherBuildings.isEmpty()) {
|
||||||
|
|
||||||
addTitle("Buildings")
|
addTitle("Buildings")
|
||||||
for (building in wonders) addBuildingInfo(building)
|
for (building in otherBuildings) addBuildingInfo(building)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user