changeset 5075:19f35b05b00d draft

(svn r7134) - Fix (r7133) Still can't build oil refinery in the desert climate (this time i tested it)
author KUDr <KUDr@openttd.org>
date Sun, 12 Nov 2006 01:28:45 +0000
parents cd0a886da9b5
children a9dfbcc32628
files table/build_industry.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/table/build_industry.h
+++ b/table/build_industry.h
@@ -1129,7 +1129,7 @@
 	   IT_OIL_RIG,        IT_INVALID,          IT_INVALID,       CHECK_REFINERY,
 	   CT_GOODS,       0, CT_INVALID,       0, 5,
 	   CT_OIL,            CT_INVALID,          CT_INVALID,
-	   INDUSTRYLIFE_CLOSABLE,                  1 << LT_NORMAL | 1 << LT_HILLY | LT_DESERT,
+	   INDUSTRYLIFE_CLOSABLE,                  1 << LT_NORMAL | 1 << LT_HILLY | 1 << LT_DESERT,
 	   STR_4806_OIL_REFINERY,
 	   STR_4833_SUPPLY_PROBLEMS_CAUSE_TO,      STR_4835_INCREASES_PRODUCTION,     STR_4839_PRODUCTION_DOWN_BY_50),