src/industry_cmd.cpp
changeset 6893 ccfe9df6410f
parent 6859 24e98db499c9
child 6910 4e5e2247bf53
--- a/src/industry_cmd.cpp	Wed Jun 13 14:57:42 2007 +0000
+++ b/src/industry_cmd.cpp	Wed Jun 13 15:22:28 2007 +0000
@@ -1131,6 +1131,8 @@
 			}
 		} else {
 			if (!EnsureNoVehicle(cur_tile)) return false;
+			if (MayHaveBridgeAbove(cur_tile) && IsBridgeAbove(cur_tile)) return false;
+
 			IndustyBehaviour ind_behav = GetIndustrySpec(type)->behaviour;
 
 			if (ind_behav & INDUSTRYBEH_BUILT_ONWATER) {