(svn r24682) -Codechange: Add resolver classes for houses.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user