summaryrefslogtreecommitdiff
path: root/src/genworld.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/genworld.cpp')
-rw-r--r--src/genworld.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/genworld.cpp b/src/genworld.cpp
index 78fa6e3e7..7f3d426a1 100644
--- a/src/genworld.cpp
+++ b/src/genworld.cpp
@@ -29,6 +29,7 @@
#include "newgrf.h"
#include "core/random_func.hpp"
#include "core/backup_type.hpp"
+#include "cargodest_func.h"
#include "progress.h"
#include "error.h"
#include "game/game.hpp"
@@ -138,6 +139,7 @@ static void _GenerateWorld(void *)
GenerateIndustries();
GenerateObjects();
GenerateTrees();
+ UpdateCargoLinks();
}
}