File diff r15104:1752997daf93 → r15105:18f362fd63e2
src/newgrf_spritegroup.h
Show inline comments
 
@@ -310,24 +310,25 @@ struct ResolverObject {
 
			TileIndex tile;
 
		} canal;
 
		struct {
 
			TileIndex tile;
 
			const struct BaseStation *st;
 
			const struct StationSpec *statspec;
 
			CargoID cargo_type;
 
		} station;
 
		struct {
 
			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 {
 
			TileIndex tile;
 
			Industry *ind;
 
			IndustryGfx gfx;
 
			IndustryType type;
 
		} industry;
 
		struct {
 
			const struct CargoSpec *cs;
 
		} cargo;
 
		struct {