diff options
author | frosch <frosch@openttd.org> | 2009-11-24 18:27:58 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2009-11-24 18:27:58 +0000 |
commit | aa14dc48d0b99594f7a152b0357083acd84d6877 (patch) | |
tree | 2b1f019caeaee08d6614c6245031d0ac08cc4945 /src/table | |
parent | 14300d309c01591b9dd2b4c8fb0180fec69bddb0 (diff) | |
download | openttd-aa14dc48d0b99594f7a152b0357083acd84d6877.tar.xz |
(svn r18278) -Cleanup (r1): No need to set a cost multiplier for raw-industry-construction of banks. They have never been raw industries.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/build_industry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/build_industry.h b/src/table/build_industry.h index fbbe11718..06b7011cd 100644 --- a/src/table/build_industry.h +++ b/src/table/build_industry.h @@ -1317,7 +1317,7 @@ static const IndustrySpec _origin_industry_specs[NEW_INDUSTRYOFFSET] = { STR_NEWS_INDUSTRY_CLOSURE_GENERAL, STR_NEWS_INDUSTRY_PRODUCTION_INCREASE_OIL, STR_NEWS_INDUSTRY_PRODUCTION_DECREASE_GENERAL), MI(_tile_table_bank, 0, NULL, - 1544, 0xA6666666, 7, 0, 0, 0, 0, 0, 0, 0, 15, + 255, 0xA6666666, 7, 0, 0, 0, 0, 0, 0, 0, 15, IT_BANK_TEMP, IT_INVALID, IT_INVALID, CHECK_NOTHING, CT_VALUABLES, 6, CT_INVALID, 0, 5, CT_VALUABLES, 0, CT_INVALID, 0, CT_INVALID, 0, |