Add: new economy "frozen" that stops production changes and industry closures (#8282)

This commit is contained in:
Pavel Stupnikov
2020-12-15 01:35:07 +03:00
committed by GitHub
parent 68f9925cd4
commit c9fd85528a
8 changed files with 54 additions and 35 deletions

View File

@@ -144,7 +144,7 @@ struct IndustrySpec {
bool IsProcessingIndustry() const;
Money GetConstructionCost() const;
Money GetRemovalCost() const;
bool UsesSmoothEconomy() const;
bool UsesOriginalEconomy() const;
~IndustrySpec();
};