(svn r19744) -Add [FS#3477]: [NewGRF] Access to random bits of houses and industries from construction callbacks 17, 28 and 2F. That is: The randombits the house/industry will start with, if construction succeeds.
This commit is contained in:
@@ -319,6 +319,7 @@ struct ResolverObject {
|
||||
TileIndex tile;
|
||||
Town *town;
|
||||
HouseID house_id;
|
||||
uint16 initial_random_bits; ///< Random bits during construction checks
|
||||
bool not_yet_constructed; ///< True for construction check
|
||||
} house;
|
||||
struct {
|
||||
|
Reference in New Issue
Block a user