mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 07:09:26 +07:00
Fix builds list in city screen.
This commit is contained in:
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user