Fix industry chain window not always updating map-mode viewports

This commit is contained in:
Jonathan G Rennison
2022-05-10 18:29:06 +01:00
parent 5c2fb5c160
commit 8eb0609541
3 changed files with 28 additions and 26 deletions

View File

@@ -46,6 +46,7 @@ struct TunnelBridgeToMap {
};
typedef std::vector<TunnelBridgeToMap> TunnelBridgeToMapVector;
void UpdateSmallMapSelectedIndustries();
void BuildIndustriesLegend();
void ShowSmallMap();
void BuildLandLegend();