summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-03-15 16:44:50 +0000
committertron <tron@openttd.org>2006-03-15 16:44:50 +0000
commit3d9c76d8b81794ad2e13242eafca1022b6dfbca6 (patch)
tree64e50bf99a33465decab370d13970df72c292068 /Makefile
parent962852b732e02e77438a4a9f8225f87f5009aa55 (diff)
downloadopenttd-3d9c76d8b81794ad2e13242eafca1022b6dfbca6.tar.xz
(svn r3887) Add a function to get the other bridge end when you're at a bridge ramp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9450a7f6f..73b566f91 100644
--- a/Makefile
+++ b/Makefile
@@ -612,6 +612,7 @@ SRCS += airport.c
SRCS += airport_gui.c
SRCS += aystar.c
SRCS += bridge_gui.c
+SRCS += bridge_map.c
SRCS += callback_table.c
SRCS += clear_cmd.c
SRCS += command.c