industry_cmd.c
changeset 552 698b1118e41f
parent 543 946badd71033
child 679 04ca2cd69420
equal deleted inserted replaced
551:f69b4fc48d19 552:698b1118e41f
   227 {
   227 {
   228 	if (_map_owner[ti->tile] & 0x80) {
   228 	if (_map_owner[ti->tile] & 0x80) {
   229 		AddChildSpriteScreen(0x128B, 5,
   229 		AddChildSpriteScreen(0x128B, 5,
   230 			_industry_anim_offs_2[_map3_lo[ti->tile]]);
   230 			_industry_anim_offs_2[_map3_lo[ti->tile]]);
   231 	}
   231 	}
   232 	AddChildSpriteScreen(0x30B928A, 3, 67);
   232 	AddChildSpriteScreen(4746, 3, 67);
   233 }
   233 }
   234 
   234 
   235 static void IndustryDrawTileProc4(TileInfo *ti)
   235 static void IndustryDrawTileProc4(TileInfo *ti)
   236 {
   236 {
   237 	const DrawIndustrySpec4Struct *d;
   237 	const DrawIndustrySpec4Struct *d;