From 9225b3ba0315bf16322e15b4d71c3b2efc6d93a8 Mon Sep 17 00:00:00 2001 From: smatz Date: Sun, 20 Sep 2009 17:44:33 +0000 Subject: (svn r17589) -Codechange: rename town_acc to always_accepted --- src/station_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/station_base.h') diff --git a/src/station_base.h b/src/station_base.h index 4bd1b54af..fbbf04cbd 100644 --- a/src/station_base.h +++ b/src/station_base.h @@ -85,7 +85,7 @@ public: byte last_vehicle_type; std::list 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() -- cgit v1.2.3-70-g09d2