summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-03-06 20:55:24 +0000
committertron <tron@openttd.org>2006-03-06 20:55:24 +0000
commitaf42610321be880879f00753c0ead19352495b63 (patch)
tree14ef1d7e7e885dff603aa06189b416a7bd2a6ae0 /Makefile
parent49cb8eb470a886dcfebd827dec1fcd8a55c2dffb (diff)
downloadopenttd-af42610321be880879f00753c0ead19352495b63.tar.xz
(svn r3777) Add some functions to handle tunnels
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0bb437215..59079a8b4 100644
--- a/Makefile
+++ b/Makefile
@@ -700,6 +700,7 @@ SRCS += town_gui.c
SRCS += train_cmd.c
SRCS += train_gui.c
SRCS += tree_cmd.c
+SRCS += tunnel_map.c
SRCS += tunnelbridge_cmd.c
SRCS += unmovable_cmd.c
SRCS += vehicle.c