mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-31 03:12:41 +00:00
(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:
parent
b6834cf135
commit
8808835412
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user