Ensure town cargo bitmap correctly set after town creation

This commit is contained in:
Jonathan G Rennison
2019-06-09 20:47:27 +01:00
parent 5e9dd1ff35
commit 9519c5c1fb
2 changed files with 3 additions and 0 deletions

View File

@@ -147,6 +147,7 @@ static void _GenerateWorld()
HandleGeneratingWorldAbortion();
return;
}
UpdateTownCargoBitmap();
GenerateIndustries();
GenerateObjects();
GenerateTrees();