diff options
author | peter1138 <peter1138@openttd.org> | 2007-03-16 00:55:59 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2007-03-16 00:55:59 +0000 |
commit | 50811a49ed4b574bfb6e98c9e997c23465e290ca (patch) | |
tree | 9547952f8f7eaebbf1d1c5cd1af0aa2b40435333 /src/table | |
parent | 3a038ac2d8b681afd190690c5b1a622ebd856bb8 (diff) | |
download | openttd-50811a49ed4b574bfb6e98c9e997c23465e290ca.tar.xz |
(svn r9243) -Fix (r9162,FS#683): One too many table rows caused cargo acceptance mixup.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/build_industry.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/table/build_industry.h b/src/table/build_industry.h index 57a5f8304..804cef641 100644 --- a/src/table/build_industry.h +++ b/src/table/build_industry.h @@ -1555,7 +1555,6 @@ static const IndustryTileSpec _industry_tile_specs[] = { MK(CT_PASSENGERS, CT_INVALID, CT_IRON_ORE, SLOPE_STEEP, INDUTILE_NOANIM, INDUTILE_NOANIM, false), MK(CT_PASSENGERS, CT_INVALID, CT_IRON_ORE, SLOPE_STEEP, INDUTILE_NOANIM, INDUTILE_NOANIM, false), MK(CT_PASSENGERS, CT_INVALID, CT_IRON_ORE, SLOPE_STEEP, INDUTILE_NOANIM, INDUTILE_NOANIM, false), - MK(CT_PASSENGERS, CT_INVALID, CT_IRON_ORE, SLOPE_STEEP, INDUTILE_NOANIM, INDUTILE_NOANIM, false), /* Bank temperate*/ MK(CT_PASSENGERS, CT_INVALID, CT_VALUABLES, SLOPE_E, INDUTILE_NOANIM, INDUTILE_NOANIM, false), |