summaryrefslogtreecommitdiff
path: root/src/genworld.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-07 00:19:09 +0000
committerrubidium <rubidium@openttd.org>2008-01-07 00:19:09 +0000
commit2469bca24c313387ebee109d35ac34863a27e2b7 (patch)
treee2d571e7a2bcd64e4935d2f2df1811bb45953f7e /src/genworld.cpp
parent588f1d2aca8d3ea15233c3864d0cc729aac0d64a (diff)
downloadopenttd-2469bca24c313387ebee109d35ac34863a27e2b7.tar.xz
(svn r11771) -Codechange: split settings.h into better separated headers.
Diffstat (limited to 'src/genworld.cpp')
-rw-r--r--src/genworld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/genworld.cpp b/src/genworld.cpp
index 7fc1cfd92..67aec8187 100644
--- a/src/genworld.cpp
+++ b/src/genworld.cpp
@@ -15,7 +15,7 @@
#include "window_func.h"
#include "network/network.h"
#include "debug.h"
-#include "settings.h"
+#include "settings_func.h"
#include "heightmap.h"
#include "viewport.h"
#include "map_func.h"