summaryrefslogtreecommitdiff
path: root/landscape.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-02-13 11:18:02 +0000
committertron <tron@openttd.org>2005-02-13 11:18:02 +0000
commit204d08140a625a00b4385abf9d70e316f6500fe6 (patch)
treeb7cf31527cfc912609ea2ea084a31562ed7b3081 /landscape.c
parent77d26759e3e4f0ada2298d8e89e64380592537d1 (diff)
downloadopenttd-204d08140a625a00b4385abf9d70e316f6500fe6.tar.xz
(svn r1867) Include tables/sprites.h only in files which need it
Diffstat (limited to 'landscape.c')
-rw-r--r--landscape.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/landscape.c b/landscape.c
index e406c76fa..e3cb79a5c 100644
--- a/landscape.c
+++ b/landscape.c
@@ -2,6 +2,7 @@
#include "ttd.h"
#include "map.h"
#include "spritecache.h"
+#include "table/sprites.h"
#include "tile.h"
#include <stdarg.h>
#include "gfx.h"