mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-02 19:39:12 +00:00
Fix: Don't stop growth attempt if house is not allowed
This commit is contained in:
@@ -1593,8 +1593,6 @@ static void GrowTownInTile(TileIndex *tile_ptr, RoadBits cur_rb, DiagDirection t
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!TownCanGrowRoad(tile)) return;
|
if (!TownCanGrowRoad(tile)) return;
|
||||||
|
|
||||||
_grow_town_result = GROWTH_SEARCH_STOPPED;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Return if a water tile */
|
/* Return if a water tile */
|
||||||
|
Reference in New Issue
Block a user