summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-03-26 14:41:39 +0000
committercelestar <celestar@openttd.org>2006-03-26 14:41:39 +0000
commit3770ad063763c7c459dd8f13190df53691c009cf (patch)
treee324cf8160df4a8f909bcb14f327a215bfcc2f6b /Makefile
parent9ad72f2d47f63c3d871b88d210bd1f0b0c986530 (diff)
downloadopenttd-3770ad063763c7c459dd8f13190df53691c009cf.tar.xz
(svn r4113) Moved all relevant map functions for stations to station_map.[ch]
Some work with animated tiles remains. Thanks to Tron for parts of the code and lots of proof-reading and suggesting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 66bd47924..c7b53f17e 100644
--- a/Makefile
+++ b/Makefile
@@ -697,6 +697,7 @@ SRCS += sprite.c
SRCS += spritecache.c
SRCS += station_cmd.c
SRCS += station_gui.c
+SRCS += station_map.c
SRCS += string.c
SRCS += strings.c
SRCS += subsidy_gui.c