Codechange: remove has_newhouses global

This commit is contained in:
Yexo
2020-05-29 22:31:14 +02:00
committed by Yexo
parent 1c0ba07c3c
commit a82572d0f5
4 changed files with 2 additions and 12 deletions

View File

@@ -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.