summaryrefslogtreecommitdiff
path: root/src/newgrf_spritegroup.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2012-11-10 20:40:05 +0000
committeralberth <alberth@openttd.org>2012-11-10 20:40:05 +0000
commitd7b62da87b5123907df008fffa8f21377c394358 (patch)
tree5fdf926ee465cfc99442f4a7c7313b2937eb1654 /src/newgrf_spritegroup.h
parent0885a2370a45982a01abf314fc035c5a41ba6cfe (diff)
downloadopenttd-d7b62da87b5123907df008fffa8f21377c394358.tar.xz
(svn r24682) -Codechange: Add resolver classes for houses.
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;