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 | 1736566e22687b7ed9cf6c641eefc6fccd5611d6 (patch) | |
tree | 3d9611ff23a8c68f99d623aedf85fe4c50d203ea /Makefile | |
parent | 3868b151a92adb6e64d7a80fd238f4ec622ebec9 (diff) | |
download | openttd-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-- | 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 |