(svn r19743) -Fix: NewGrfs could access map bits of not yet constructed industries and houses during construction callbacks.

This commit is contained in:
frosch
2010-05-01 13:01:21 +00:00
parent cd5c4446e8
commit dc1a95a9fd
6 changed files with 48 additions and 19 deletions

View File

@@ -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;