(svn r17589) -Codechange: rename town_acc to always_accepted
This commit is contained in:
@@ -85,7 +85,7 @@ public:
|
||||
byte last_vehicle_type;
|
||||
std::list<Vehicle *> loading_vehicles;
|
||||
GoodsEntry goods[NUM_CARGO]; ///< Goods at this station
|
||||
uint32 town_acc; ///< Bitmask of cargos accepted by town houses and headquarters
|
||||
uint32 always_accepted; ///< Bitmask of cargos accepted by town houses and headquarters
|
||||
|
||||
IndustryVector industries_near; ///< Cached list of industries near the station that can accept cargo, @see DeliverGoodsToIndustry()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user