Reset layout error counters after town construction

This commit is contained in:
dP
2020-08-11 12:16:02 +03:00
parent 9e8951295c
commit c374464178
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -1763,6 +1763,7 @@ static void DoCreateTown(Town *t, TileIndex tile, uint32 townnameparts, TownSize
UpdateTownGrowthRate(t);
UpdateTownMaxPass(t);
UpdateAirportsNoise();
citymania::Emit(citymania::event::TownBuilt{t});
}
/**