src/industry_cmd.cpp
branchnoai
changeset 10955 56b381e5253f
parent 10879 79c0d0e0e155
child 11126 72d4c9314c72
--- a/src/industry_cmd.cpp	Fri Jun 13 13:07:31 2008 +0000
+++ b/src/industry_cmd.cpp	Fri Jun 13 15:43:39 2008 +0000
@@ -338,8 +338,7 @@
 	IndustryGfx gfx = GetIndustryGfx(tile);
 
 	/* For NewGRF industry tiles we might not be drawing a foundation. We need to
-	 * account for this, otherwise we might be applying a FOUNDATION_LEVELED
-	 * on a steep slope which is not allowed. Furthermore other structures should
+	 * account for this, as other structures should
 	 * draw the wall of the foundation in this case.
 	 */
 	if (gfx >= NEW_INDUSTRYTILEOFFSET) {