diff options
author | frosch <frosch@openttd.org> | 2010-05-01 13:01:21 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2010-05-01 13:01:21 +0000 |
commit | 77953032274c3bb49c8b22ff7a2767412586c5a7 (patch) | |
tree | 254b97e9037aec36599ddaa0e32e6ff0e388b5a9 /src/newgrf_spritegroup.h | |
parent | 36850ba3e86fd9633ae0104caa0cb8b8aeecfc37 (diff) | |
download | openttd-77953032274c3bb49c8b22ff7a2767412586c5a7.tar.xz |
(svn r19743) -Fix: NewGrfs could access map bits of not yet constructed industries and houses during construction callbacks.
Diffstat (limited to 'src/newgrf_spritegroup.h')
-rw-r--r-- | src/newgrf_spritegroup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h index c606e147d..32456d3eb 100644 --- a/src/newgrf_spritegroup.h +++ b/src/newgrf_spritegroup.h @@ -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; |