diff --git a/src/genworld.cpp b/src/genworld.cpp index c92effe3d9..46ca298f09 100644 --- a/src/genworld.cpp +++ b/src/genworld.cpp @@ -4,6 +4,7 @@ #include "stdafx.h" #include "openttd.h" +#include "functions.h" #include "landscape.h" #include "company_func.h" #include "variables.h" @@ -284,6 +285,9 @@ void GenerateWorld(GenerateWorldMode mode, uint size_x, uint size_y, bool reset_ GfxLoadSprites(); LoadStringWidthTable(); + /* Initialise cargo payment */ + InitializeLandscapeVariables(false); + /* Re-init the windowing system */ ResetWindowSystem();