summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/oldloader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/oldloader.cpp b/src/oldloader.cpp
index 0910200e6..fca06eed9 100644
--- a/src/oldloader.cpp
+++ b/src/oldloader.cpp
@@ -730,6 +730,7 @@ static bool LoadOldIndustry(LoadgameState *ls, int num)
if (i->IsValid()) {
i->town = GetTown(REMAP_TOWN_IDX(_old_town_index));
+ IncIndustryTypeCount(i->type);
}
return true;