summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-03-30 13:51:03 +0000
committerbelugas <belugas@openttd.org>2007-03-30 13:51:03 +0000
commit6803f2eadad1a7aaaee5b38a86f75587a11f54e0 (patch)
treea0f84a89006c808c36a7cd7580bdae220b1737e4 /src/table
parent27d6c4f869a34b9728a3cd500101e6ee2941f69a (diff)
downloadopenttd-6803f2eadad1a7aaaee5b38a86f75587a11f54e0.tar.xz
(svn r9526) -Fix(9520): a temperate sawmill is not a tropic lumber mill. Thus, it cannot cut trees
Diffstat (limited to 'src/table')
-rw-r--r--src/table/build_industry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/build_industry.h b/src/table/build_industry.h
index 49c0b7c3a..fe88d602d 100644
--- a/src/table/build_industry.h
+++ b/src/table/build_industry.h
@@ -1120,7 +1120,7 @@ static const IndustrySpec _industry_specs[] = {
CT_GOODS, 0, CT_INVALID, 0, 5,
CT_WOOD, CT_INVALID, CT_INVALID,
INDUSTRYLIFE_CLOSABLE, 1 << LT_TEMPERATE,
- INDUSTRYBEH_CUT_TREES,
+ INDUSTRYBEH_NONE,
STR_4804_SAWMILL, STR_482D_NEW_UNDER_CONSTRUCTION,
STR_4833_SUPPLY_PROBLEMS_CAUSE_TO, STR_4835_INCREASES_PRODUCTION, STR_4839_PRODUCTION_DOWN_BY_50),