(svn r11545) -Revert(r11543): The result is not what was expected. Looks like more work might be needed

This commit is contained in:
belugas
2007-12-01 02:59:22 +00:00
parent da9f06252b
commit 4f030bbfff
2 changed files with 1 additions and 2 deletions

View File

@@ -1238,7 +1238,7 @@ static bool CheckIfIndustryTilesAreFree(TileIndex tile, const IndustryTileTable
if (ind_behav & (INDUSTRYBEH_ONLY_INTOWN | INDUSTRYBEH_TOWN1200_MORE)) {
if (!IsTileType(cur_tile, MP_HOUSE)) {
_error_message = STR_INDUSTRY_MUST_BE_BUILT_ON_HOUSE;
_error_message = STR_029D_CAN_ONLY_BE_BUILT_IN_TOWNS;
return false;
}
if (CmdFailed(DoCommand(cur_tile, 0, 0, 0, CMD_LANDSCAPE_CLEAR))) return false;