1
0
Fork 0

(svn r20790) -Fix (r0)[FS#4118]: Remove a check which is wrong for NewGrf houses and serves no use for original houses.

release/1.1
frosch 2010-09-12 18:28:51 +00:00
parent b4c86e69a3
commit b249046364
1 changed files with 0 additions and 3 deletions

View File

@ -402,9 +402,6 @@ static void MakeSingleHouseBigger(TileIndex tile)
{
assert(IsTileType(tile, MP_HOUSE));
/* means it is completed, get out. */
if (LiftHasDestination(tile)) return;
/* progress in construction stages */
IncHouseConstructionTick(tile);
if (GetHouseConstructionTick(tile) != 0) return;