From 6b3ba78df74b1e60b10748c9cfef87a9b6433aaa Mon Sep 17 00:00:00 2001 From: dP Date: Thu, 22 Feb 2024 02:07:05 +0530 Subject: [PATCH] Fix real town population and house stats in newly created games --- src/town_cmd.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp index 83a7cbaa6c..d69e777d51 100644 --- a/src/town_cmd.cpp +++ b/src/town_cmd.cpp @@ -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;