Fix real town population and house stats in newly created games

This commit is contained in:
dP
2024-02-22 02:07:05 +05:30
parent 28c393c665
commit 6b3ba78df7

View File

@@ -2658,6 +2658,7 @@ bool GenerateTowns(TownLayout layout)
/* Build the town k-d tree again to make sure it's well balanced */
RebuildTownKdtree();
citymania::Emit(citymania::event::TownCachesRebuilt());
if (current_number != 0) return true;