summaryrefslogtreecommitdiff
path: root/oldloader.c
diff options
context:
space:
mode:
Diffstat (limited to 'oldloader.c')
-rw-r--r--oldloader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/oldloader.c b/oldloader.c
index ba9395f50..cec51e74a 100644
--- a/oldloader.c
+++ b/oldloader.c
@@ -709,7 +709,7 @@ static bool LoadOldIndustry(LoadgameState *ls, int num)
{
Industry *i;
- if (!AddBlockIfNeeded(&_industry_pool, num))
+ if (!AddBlockIfNeeded(&_Industry_pool, num))
error("Industries: failed loading savegame: too many industries");
i = GetIndustry(num);