(svn r20790) -Fix (r0)[FS#4118]: Remove a check which is wrong for NewGrf houses and serves no use for original houses.
This commit is contained in:
@@ -402,9 +402,6 @@ static void MakeSingleHouseBigger(TileIndex tile)
|
|||||||
{
|
{
|
||||||
assert(IsTileType(tile, MP_HOUSE));
|
assert(IsTileType(tile, MP_HOUSE));
|
||||||
|
|
||||||
/* means it is completed, get out. */
|
|
||||||
if (LiftHasDestination(tile)) return;
|
|
||||||
|
|
||||||
/* progress in construction stages */
|
/* progress in construction stages */
|
||||||
IncHouseConstructionTick(tile);
|
IncHouseConstructionTick(tile);
|
||||||
if (GetHouseConstructionTick(tile) != 0) return;
|
if (GetHouseConstructionTick(tile) != 0) return;
|
||||||
|
Reference in New Issue
Block a user