summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-07-29 21:36:02 +0000
committercelestar <celestar@openttd.org>2005-07-29 21:36:02 +0000
commitf287f2ff8d9306912196a3a23b2d9aaf3acd44e1 (patch)
tree3d9611ff23a8c68f99d623aedf85fe4c50d203ea /Makefile
parenta855a54686a0967757799f2be608b91514a51daf (diff)
downloadopenttd-f287f2ff8d9306912196a3a23b2d9aaf3acd44e1.tar.xz
(svn r2753) -Codechange: Introduced a new struct "RailtypeInfo" to store rail type specific information. Begun populating it with a bunch of sprites, more to come later. This should result in cleaner, more compact code which allows easy introduction of new railtypes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 018278c31..bc11b0de2 100644
--- a/Makefile
+++ b/Makefile
@@ -670,6 +670,7 @@ C_SOURCES += queue.c
C_SOURCES += rail.c
C_SOURCES += rail_cmd.c
C_SOURCES += rail_gui.c
+C_SOURCES += railtypes.c
C_SOURCES += rev.c
C_SOURCES += road_cmd.c
C_SOURCES += road_gui.c