summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-03-05 10:19:33 +0000
committertron <tron@openttd.org>2006-03-05 10:19:33 +0000
commitcc4f5b4e6f8c99eb94dfb5513b4dc807440adf09 (patch)
treea52b37172cae58e82f096386586bea359126dd70 /openttd.c
parent5913c3931bbb1ccb8283061a23f83d96c6ed1a38 (diff)
downloadopenttd-cc4f5b4e6f8c99eb94dfb5513b4dc807440adf09.tar.xz
(svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openttd.c b/openttd.c
index c40555ee6..d1bb13c76 100644
--- a/openttd.c
+++ b/openttd.c
@@ -9,7 +9,7 @@
#include "strings.h"
#include "map.h"
#include "tile.h"
-#include "void.h"
+#include "void_map.h"
#define VARDEF
#include "openttd.h"