summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index 9c04ec9d1..d16bd0676 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -4369,6 +4369,9 @@ static void ResetNewGRFData()
ResetCustomHouses();
ResetHouses();
+ /* Reset the industries structures*/
+ ResetIndustries();
+
/* Reset station classes */
ResetStationClasses();
ResetCustomStations();