summaryrefslogtreecommitdiff
path: root/src/newgrf_spritegroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_spritegroup.h')
-rw-r--r--src/newgrf_spritegroup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h
index a2d94fe97..4ee77a29a 100644
--- a/src/newgrf_spritegroup.h
+++ b/src/newgrf_spritegroup.h
@@ -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;