summaryrefslogtreecommitdiff
path: root/src/genworld_gui.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-05-26 23:14:02 +0000
committeryexo <yexo@openttd.org>2009-05-26 23:14:02 +0000
commitd982ec81dfec20bac9f04c1d8c50a9efdb7b53bb (patch)
tree12e2d27976683d1abf82d120ce23e05e4d238199 /src/genworld_gui.cpp
parent118d444be25efe89be1a971d5dafe65796f9b810 (diff)
downloadopenttd-d982ec81dfec20bac9f04c1d8c50a9efdb7b53bb.tar.xz
(svn r16444) -Codechange: Set all company settings to their default value for a new company instead of zeroing them.
Diffstat (limited to 'src/genworld_gui.cpp')
-rw-r--r--src/genworld_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp
index dd5993892..379ec8fa4 100644
--- a/src/genworld_gui.cpp
+++ b/src/genworld_gui.cpp
@@ -7,7 +7,6 @@
#include "heightmap.h"
#include "gui.h"
#include "variables.h"
-#include "settings_func.h"
#include "debug.h"
#include "genworld.h"
#include "network/network.h"
@@ -27,6 +26,7 @@
#include "querystring_gui.h"
#include "town.h"
#include "thread.h"
+#include "settings_func.h"
#include "table/strings.h"
#include "table/sprites.h"