Update to 14.1

This commit is contained in:
dP
2024-05-05 14:51:12 +05:00
parent 14504ff3b2
commit 46dc456049
112 changed files with 1219 additions and 958 deletions

View File

@@ -102,6 +102,10 @@ static void _GenerateWorld()
IncreaseGeneratingWorldProgress(GWP_MAP_INIT);
/* Must start economy early because of the costs. */
StartupEconomy();
if (!CheckTownRoadTypes()) {
HandleGeneratingWorldAbortion();
return;
}
bool landscape_generated = false;