summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
authorYexo <yexo@openttd.org>2020-05-29 22:31:14 +0200
committerYexo <t.marinussen@gmail.com>2020-06-01 22:46:06 +0200
commita82572d0f5a55a33df4163b429f891ea76ed92a7 (patch)
treeac9b921fccd960c674c01a5392803ef106e03d25 /src/newgrf.h
parent1c0ba07c3cb4f393b56063e2d631fbb2d73219b1 (diff)
downloadopenttd-a82572d0f5a55a33df4163b429f891ea76ed92a7.tar.xz
Codechange: remove has_newhouses global
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newgrf.h b/src/newgrf.h
index 65df3698e..20a178e1f 100644
--- a/src/newgrf.h
+++ b/src/newgrf.h
@@ -174,7 +174,6 @@ enum TramReplacement {
struct GRFLoadedFeatures {
bool has_2CC; ///< Set if any vehicle is loaded which uses 2cc (two company colours).
uint64 used_liveries; ///< Bitmask of #LiveryScheme used by the defined engines.
- bool has_newhouses; ///< Set if there are any newhouses loaded.
bool has_newindustries; ///< Set if there are any newindustries loaded.
ShoreReplacement shore; ///< In which way shore sprites were replaced.
TramReplacement tram; ///< In which way tram depots were replaced.