summaryrefslogtreecommitdiff
path: root/src/table/build_industry.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2007-11-11 00:04:52 +0000
committerglx <glx@openttd.org>2007-11-11 00:04:52 +0000
commitdf35372b9b7fee9bd2a7510ff129fcd4942a13a9 (patch)
treef5b220d7bfd506e89a769bfdac5c32a2eec50246 /src/table/build_industry.h
parent0c3364e2413faa330a8231e219036012209d52fe (diff)
downloadopenttd-df35372b9b7fee9bd2a7510ff129fcd4942a13a9.tar.xz
(svn r11402) -Fix [FS#1382]: incorrect handling of industry behaviour 'must be in town with population large than 1200'
Diffstat (limited to 'src/table/build_industry.h')
-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 506c81fd0..9c2f2eb47 100644
--- a/src/table/build_industry.h
+++ b/src/table/build_industry.h
@@ -1315,7 +1315,7 @@ static const IndustrySpec _origin_industry_specs[NEW_INDUSTRYOFFSET] = {
CT_VALUABLES, 6, CT_INVALID, 0, 5,
CT_VALUABLES, 0, CT_INVALID, 0, CT_INVALID, 0,
INDUSTRYLIFE_BLACK_HOLE, 1 << LT_TEMPERATE,
- INDUSTRYBEH_TOWN1200_MORE | INDUSTRYBEH_ONLY_INTOWN,
+ INDUSTRYBEH_TOWN1200_MORE,
STR_480E_BANK, STR_482D_NEW_UNDER_CONSTRUCTION,
STR_4832_ANNOUNCES_IMMINENT_CLOSURE, STR_4835_INCREASES_PRODUCTION, STR_4839_PRODUCTION_DOWN_BY_50),