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
commit1736566e22687b7ed9cf6c641eefc6fccd5611d6 (patch)
tree3d9611ff23a8c68f99d623aedf85fe4c50d203ea /Makefile
parent3868b151a92adb6e64d7a80fd238f4ec622ebec9 (diff)
downloadopenttd-1736566e22687b7ed9cf6c641eefc6fccd5611d6.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