summaryrefslogtreecommitdiff
path: root/src/industrytype.h
diff options
context:
space:
mode:
authorPavel Stupnikov <dp@dpointer.org>2020-12-15 01:35:07 +0300
committerGitHub <noreply@github.com>2020-12-14 23:35:07 +0100
commitc9fd85528a804060473364c54248149e96da0508 (patch)
tree0e37667e888e77d11ee51daa5a0c69e4d03e671e /src/industrytype.h
parent68f9925cd4c8b29dbdac301e86bd9fc6f5a7fb27 (diff)
downloadopenttd-c9fd85528a804060473364c54248149e96da0508.tar.xz
Add: new economy "frozen" that stops production changes and industry closures (#8282)
Diffstat (limited to 'src/industrytype.h')
-rw-r--r--src/industrytype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/industrytype.h b/src/industrytype.h
index 8af486c21..937ff62cb 100644
--- a/src/industrytype.h
+++ b/src/industrytype.h
@@ -144,7 +144,7 @@ struct IndustrySpec {
bool IsProcessingIndustry() const;
Money GetConstructionCost() const;
Money GetRemovalCost() const;
- bool UsesSmoothEconomy() const;
+ bool UsesOriginalEconomy() const;
~IndustrySpec();
};