summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorYexo <yexo@openttd.org>2020-06-01 00:44:11 +0200
committerYexo <t.marinussen@gmail.com>2020-06-01 22:46:06 +0200
commit1507902d0083b4983d59efdd3859dde0a9b19fa3 (patch)
treedab5b909290cbdad326ca907319d9b33f109e4f4 /src/newgrf.cpp
parentce618bf7e96ddc92b1ceb7c82c821af822b3796d (diff)
downloadopenttd-1507902d0083b4983d59efdd3859dde0a9b19fa3.tar.xz
Codechange: remove has_newindustries global
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index 4429771e5..4abbcb3b7 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -8631,7 +8631,6 @@ void ResetNewGRFData()
_loaded_newgrf_features.has_2CC = false;
_loaded_newgrf_features.used_liveries = 1 << LS_DEFAULT;
- _loaded_newgrf_features.has_newindustries = false;
_loaded_newgrf_features.shore = SHORE_REPLACE_NONE;
_loaded_newgrf_features.tram = TRAMWAY_REPLACE_DEPOT_NONE;
@@ -9151,7 +9150,6 @@ static void FinaliseIndustriesArray()
}
_industry_mngr.SetEntitySpec(indsp);
- _loaded_newgrf_features.has_newindustries = true;
}
}
}