src/newgrf_spritegroup.h
branchgamebalance
changeset 9913 e79cd19772dd
parent 9912 1ac8aac92385
equal deleted inserted replaced
9912:1ac8aac92385 9913:e79cd19772dd
   198 			HouseID house_id;
   198 			HouseID house_id;
   199 		} house;
   199 		} house;
   200 		struct {
   200 		struct {
   201 			TileIndex tile;
   201 			TileIndex tile;
   202 			Industry *ind;
   202 			Industry *ind;
       
   203 			IndustryGfx gfx;
   203 		} industry;
   204 		} industry;
   204 		struct {
   205 		struct {
   205 			const struct CargoSpec *cs;
   206 			const struct CargoSpec *cs;
   206 		} cargo;
   207 		} cargo;
   207 	} u;
   208 	} u;