Changeset - r16087:e07a52407ef0
[Not reviewed]
master
0 1 0
frosch - 14 years ago 2010-09-12 18:28:51
frosch@openttd.org
(svn r20790) -Fix (r0)[FS#4118]: Remove a check which is wrong for NewGrf houses and serves no use for original houses.
1 file changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/town_cmd.cpp
Show inline comments
 
@@ -402,9 +402,6 @@ static void MakeSingleHouseBigger(TileIn
 
{
 
	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;
0 comments (0 inline, 0 general)