diff options
author | belugas <belugas@openttd.org> | 2006-04-21 03:00:20 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2006-04-21 03:00:20 +0000 |
commit | aab91d287ae5830bd89c92df102692de5af8e821 (patch) | |
tree | 7ddc7b30f8fabbae0414b0446cfc1c8c36e6d4ac /Makefile | |
parent | 9febcd5ef8ac128e3d6583b231865bd1df9bbd8a (diff) | |
download | openttd-aab91d287ae5830bd89c92df102692de5af8e821.tar.xz |
(svn r4493) Newgrf : Action 04. Beginning of implementation.
Some TODOs left, but the core is there.
Thanks to Peter1138 for code, advice and patience
And to Patchman for letting us define a lot of langids :)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -638,6 +638,7 @@ SRCS += newgrf.c SRCS += newgrf_engine.c SRCS += newgrf_spritegroup.c SRCS += newgrf_station.c +SRCS += newgrf_text.c SRCS += news_gui.c SRCS += npf.c SRCS += oldloader.c |