(svn r24682) -Codechange: Add resolver classes for houses.

This commit is contained in:
alberth
2012-11-10 20:40:05 +00:00
parent 0885a2370a
commit d7b62da87b
4 changed files with 126 additions and 133 deletions

View File

@@ -364,14 +364,6 @@ struct ResolverObject {
CargoID cargo_type;
Axis axis; ///< Station axis, used only for the slope check callback.
} 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;