summaryrefslogtreecommitdiff
path: root/src/newgrf_industries.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_industries.cpp')
-rw-r--r--src/newgrf_industries.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_industries.cpp b/src/newgrf_industries.cpp
index 34a6f8975..2cf283574 100644
--- a/src/newgrf_industries.cpp
+++ b/src/newgrf_industries.cpp
@@ -215,7 +215,7 @@ uint32 IndustryGetVariable(const ResolverObject *object, byte variable, byte par
bool is_ai = false;
if (IsValidCompanyID(industry->founder)) {
- const Company *c = GetCompany(industry->founder);
+ const Company *c = Company::Get(industry->founder);
const Livery *l = &c->livery[LS_DEFAULT];
is_ai = c->is_ai;