(svn r18475) [0.7] -Fix (r18300)[FS#3344]: Initialisation of cargo payment works different in 0.7 than trunk r18207.

This commit is contained in:
frosch 2009-12-12 23:56:41 +00:00
parent b6834cf135
commit 8808835412
1 changed files with 4 additions and 0 deletions

View File

@ -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();