diff options
author | dominik <dominik@openttd.org> | 2004-11-17 18:49:55 +0000 |
---|---|---|
committer | dominik <dominik@openttd.org> | 2004-11-17 18:49:55 +0000 |
commit | 4612dcdb48a985779f418c35f01e2fb8f6931209 (patch) | |
tree | 8098b03d3ac5ae802775a1585e5b7e4952cc18f7 /Makefile | |
parent | 0f24c74b14817a370286491b9470005714091ac7 (diff) | |
download | openttd-4612dcdb48a985779f418c35f01e2fb8f6931209.tar.xz |
(svn r662) [newgrf] Moved grfspecial.c to newgrf.c/newgrf.h
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -516,7 +516,7 @@ C_SOURCES = \ ai.c ai_build.c ai_new.c ai_pathfinder.c ai_shared.c aircraft_cmd.c \ aircraft_gui.c airport.c airport_gui.c aystar.c bridge_gui.c \ clear_cmd.c command.c console.c console_cmds.c disaster_cmd.c dock_gui.c dummy_land.c economy.c \ - engine.c engine_gui.c fileio.c gfx.c graph_gui.c grfspecial.c \ + engine.c engine_gui.c fileio.c gfx.c graph_gui.c newgrf.c \ industry_cmd.c industry_gui.c intro_gui.c landscape.c main_gui.c \ minilzo.c misc.c misc_cmd.c misc_gui.c music_gui.c namegen.c network.c \ network_gui.c news_gui.c oldloader.c order_cmd.c order_gui.c \ |