src/industry_cmd.cpp
changeset 9509 f6d513c5c7e4
parent 9449 240fedf4ed2c
child 9592 835ccfd13653
--- a/src/industry_cmd.cpp	Thu Jun 12 19:06:30 2008 +0000
+++ b/src/industry_cmd.cpp	Thu Jun 12 21:36:56 2008 +0000
@@ -337,8 +337,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) {