diff options
author | celestar <celestar@openttd.org> | 2005-07-29 21:36:02 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2005-07-29 21:36:02 +0000 |
commit | f287f2ff8d9306912196a3a23b2d9aaf3acd44e1 (patch) | |
tree | 3d9611ff23a8c68f99d623aedf85fe4c50d203ea /Makefile | |
parent | a855a54686a0967757799f2be608b91514a51daf (diff) | |
download | openttd-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |