industry_cmd.c
changeset 2085 876f20a0e843
parent 2072 66d208875eda
child 2133 d7f582b7001d
--- a/industry_cmd.c	Sat Jul 16 20:58:04 2005 +0000
+++ b/industry_cmd.c	Sat Jul 16 23:47:37 2005 +0000
@@ -1339,7 +1339,7 @@
 			} else {
 				if (ti.type == MP_WATER && ti.map5 == 0)
 					return false;
-				if (ti.tileh & 0x10)
+				if (IsSteepTileh(ti.tileh))
 					return false;
 
 				if (ti.tileh != 0) {