mirror of https://github.com/OpenTTD/OpenTTD
(svn r9830) -Fix(r9779) : Let the town expand and build new houses along the roads of the users, even in case of "No Road" layout (skiddl13)
parent
c46a00aba7
commit
2ccc060b4a
|
@ -1178,7 +1178,7 @@ static bool GrowTown(Town *t)
|
||||||
/* Let the town be a ghost town
|
/* Let the town be a ghost town
|
||||||
* The player wanted it in such a way. Thus there he has it. ;)
|
* The player wanted it in such a way. Thus there he has it. ;)
|
||||||
* Never reached in editor mode. */
|
* Never reached in editor mode. */
|
||||||
if (_patches.town_layout == TL_NO_ROADS) {
|
if (_patches.town_layout == TL_NO_ROADS && _generating_world) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue