(svn r19743) -Fix: NewGrfs could access map bits of not yet constructed industries and houses during construction callbacks.
This commit is contained in:
@@ -319,6 +319,7 @@ struct ResolverObject {
|
||||
TileIndex tile;
|
||||
Town *town;
|
||||
HouseID house_id;
|
||||
bool not_yet_constructed; ///< True for construction check
|
||||
} house;
|
||||
struct {
|
||||
TileIndex tile;
|
||||
|
Reference in New Issue
Block a user