summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-04-20 20:51:57 +0000
committerpeter1138 <peter1138@openttd.org>2006-04-20 20:51:57 +0000
commit92d8af75dbf7a258f8964924a47dab199c4369e6 (patch)
tree097bbbafd144f585288535083f426339d840e0f4 /Makefile
parentfe6dadad7bca7a772fe5626c59b44b243324e6f5 (diff)
downloadopenttd-92d8af75dbf7a258f8964924a47dab199c4369e6.tar.xz
(svn r4486) - NewGRF: Create and use a memory pool to manage sprite groups. This
reduces the amount of house keeping we do and the chance of memory leaks.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8d50f8031..682bb3312 100644
--- a/Makefile
+++ b/Makefile
@@ -636,6 +636,7 @@ SRCS += network_server.c
SRCS += network_udp.c
SRCS += newgrf.c
SRCS += newgrf_engine.c
+SRCS += newgrf_spritegroup.c
SRCS += newgrf_station.c
SRCS += news_gui.c
SRCS += npf.c