summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-29 13:33:48 +0000
committertron <tron@openttd.org>2005-01-29 13:33:48 +0000
commitf08d102ac203b6072b5d1381d0a2c435dace731a (patch)
tree84df3cedf71cb403fa6a6e80106442f0401bbd43 /Makefile
parenta2de96abc09e4f64bdc860804275b033f721c153 (diff)
downloadopenttd-f08d102ac203b6072b5d1381d0a2c435dace731a.tar.xz
(svn r1715) Move [GS]etMapExtraBits to tile.[ch]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3b8090542..318b12255 100644
--- a/Makefile
+++ b/Makefile
@@ -624,6 +624,7 @@ C_SOURCES += strings.c
C_SOURCES += subsidy_gui.c
C_SOURCES += terraform_gui.c
C_SOURCES += texteff.c
+C_SOURCES += tile.c
C_SOURCES += town_cmd.c
C_SOURCES += town_gui.c
C_SOURCES += train_cmd.c