(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 9b4aadf8dd
commit 4f5ae3b66f
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;