diff -r e5ab9738298a -r f6d513c5c7e4 src/industry_cmd.cpp --- 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) {