diff options
author | peter1138 <peter1138@openttd.org> | 2006-04-20 20:51:57 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-04-20 20:51:57 +0000 |
commit | 92d8af75dbf7a258f8964924a47dab199c4369e6 (patch) | |
tree | 097bbbafd144f585288535083f426339d840e0f4 /Makefile | |
parent | fe6dadad7bca7a772fe5626c59b44b243324e6f5 (diff) | |
download | openttd-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |