File diff r15104:1752997daf93 → r15105:18f362fd63e2
src/newgrf_spritegroup.h
Show inline comments
 
@@ -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 {