(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
This commit is contained in:
@@ -117,7 +117,7 @@ struct Industry : PoolItem<Industry, IndustryID, &_Industry_pool> {
|
||||
|
||||
IndustryType type; ///< type of industry.
|
||||
OwnerByte owner; ///< owner of the industry. Which SHOULD always be (imho) OWNER_NONE
|
||||
byte random_color; ///< randomized colour of the industry, for display purpose
|
||||
byte random_colour; ///< randomized colour of the industry, for display purpose
|
||||
Year last_prod_year; ///< last year of production
|
||||
byte was_cargo_delivered; ///< flag that indicate this has been the closest industry chosen for cargo delivery by a station. see DeliverGoodsToIndustry
|
||||
|
||||
|
Reference in New Issue
Block a user