(svn r7133) - Fix: Can't build oil refinery in other climates than temperate.
authorKUDr
Sun, 12 Nov 2006 01:14:44 +0000
changeset 5074 2934763467de
parent 5073 99ff52c14896
child 5075 b6eabc04220f
(svn r7133) - Fix: Can't build oil refinery in other climates than temperate.
table/build_industry.h
--- a/table/build_industry.h	Sat Nov 11 23:08:07 2006 +0000
+++ b/table/build_industry.h	Sun Nov 12 01:14:44 2006 +0000
@@ -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 | LT_DESERT,
 	   STR_4806_OIL_REFINERY,
 	   STR_4833_SUPPLY_PROBLEMS_CAUSE_TO,      STR_4835_INCREASES_PRODUCTION,     STR_4839_PRODUCTION_DOWN_BY_50),