(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.
This commit is contained in:
peter1138
2006-04-20 20:51:57 +00:00
parent c8b1ff8654
commit 103a2aa116
7 changed files with 96 additions and 142 deletions

View File

@@ -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