summaryrefslogtreecommitdiff
path: root/src/newgrf_spritegroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_spritegroup.h')
-rw-r--r--src/newgrf_spritegroup.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h
index f75b677fa..41a6c2e25 100644
--- a/src/newgrf_spritegroup.h
+++ b/src/newgrf_spritegroup.h
@@ -366,14 +366,6 @@ struct ResolverObject {
} station;
struct {
TileIndex tile;
- Town *town; ///< Town of this house
- HouseID house_id;
- uint16 initial_random_bits; ///< Random bits during construction checks
- bool not_yet_constructed; ///< True for construction check
- uint32 watched_cargo_triggers; ///< Cargo types that triggered the watched cargo callback.
- } house;
- struct {
- TileIndex tile;
Industry *ind;
IndustryGfx gfx;
IndustryType type;