mirror of https://github.com/OpenTTD/OpenTTD
(svn r20790) -Fix (r0)[FS#4118]: Remove a check which is wrong for NewGrf houses and serves no use for original houses.
parent
b4c86e69a3
commit
b249046364
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue