mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
Revert d8771b3
: Construction stage wrong for all houses
This commit is contained in:
parent
21813fbe8b
commit
06bd47af4f
@ -2687,7 +2687,7 @@ static void BuildTownHouse(Town *t, TileIndex tile, const HouseSpec *hs, HouseID
|
||||
uint8_t construction_counter = 0;
|
||||
uint8_t construction_stage = 0;
|
||||
|
||||
if (_generating_world) {
|
||||
if (_generating_world || _game_mode == GM_EDITOR) {
|
||||
uint32_t construction_random = Random();
|
||||
|
||||
construction_stage = TOWN_HOUSE_COMPLETED;
|
||||
|
Loading…
Reference in New Issue
Block a user