(svn r23072) -Feature: [NewGRF] House callback 0x148.

This commit is contained in:
michi_cc
2011-10-31 22:31:40 +00:00
parent f66cd97776
commit e094d7db62
8 changed files with 88 additions and 9 deletions

View File

@@ -341,6 +341,7 @@ struct ResolverObject {
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;