(svn r20108) -Change: [NewGRF] Report substitute industry type in AI railstation selection callback.

This commit is contained in:
frosch
2010-07-10 10:55:16 +00:00
parent d18fc1a5bf
commit d67e221af1
3 changed files with 18 additions and 2 deletions

View File

@@ -334,8 +334,8 @@ struct ResolverObject {
struct {
CargoID cargo_type;
uint8 default_selection;
IndustryType src_industry;
IndustryType dst_industry;
uint8 src_industry; ///< Source industry substitute type. 0xFF for "town", 0xFE for "unknown".
uint8 dst_industry; ///< Destination industry substitute type. 0xFF for "town", 0xFE for "unknown".
uint8 distance;
AIConstructionEvent event;
uint8 count;