diff options
author | belugas <belugas@openttd.org> | 2006-05-18 02:43:23 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2006-05-18 02:43:23 +0000 |
commit | a102163239095d257f1dcd8bdc98864e1b08f5b6 (patch) | |
tree | f50ceeccb76f9dbc449f73b1d3f99335b55550b2 /Makefile | |
parent | 282b76a0b3683fda13eb8c413720aff957c74f8b (diff) | |
download | openttd-a102163239095d257f1dcd8bdc98864e1b08f5b6.tar.xz |
(svn r4902) Newgrf : Introduction of the newgrf_cargo files.
Clearing engine and newgrf_engine from cargo related structures.
Apart from moving stuff cargo related, there is nothing really newcargo for now.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -635,6 +635,7 @@ SRCS += network_gui.c SRCS += network_server.c SRCS += network_udp.c SRCS += newgrf.c +SRCS += newgrf_cargo.c SRCS += newgrf_engine.c SRCS += newgrf_spritegroup.c SRCS += newgrf_station.c |