summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-03-29 19:00:56 +0000
committercelestar <celestar@openttd.org>2006-03-29 19:00:56 +0000
commitcb76f96aad98e39e55454a142b598d3d29a48de1 (patch)
tree39eb2dfbed960a9a9d4a76628601cd39c6742e78 /settings.c
parenta51b960be605178de70bcf3152393205db6d1e3c (diff)
downloadopenttd-cb76f96aad98e39e55454a142b598d3d29a48de1.tar.xz
(svn r4153) -Codechange. Changed NPF_TILE_LENGTH into an enum and moved it out of variables.h. Just a drop in the bucket, but it is a start
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.c b/settings.c
index 02b4dff28..fa478b567 100644
--- a/settings.c
+++ b/settings.c
@@ -14,6 +14,7 @@
#include "command.h"
#include "console.h"
#include "saveload.h"
+#include "npf.h"
/** The patch values that are used for new games and/or modified in config file */
Patches _patches_newgame;