mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 21:35:14 -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()) {
|
||||
|
||||
addTitle("Buildings")
|
||||
for (building in wonders) addBuildingInfo(building)
|
||||
for (building in otherBuildings) addBuildingInfo(building)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user