forked from mirror/OpenTTD
(svn r6986) Use the pool macros for the Town pool
This commit is contained in:
@@ -254,7 +254,7 @@ static void InitializeDynamicVariables(void)
|
||||
static void UnInitializeDynamicVariables(void)
|
||||
{
|
||||
/* Dynamic stuff needs to be free'd somewhere... */
|
||||
CleanPool(&_town_pool);
|
||||
CleanPool(&_Town_pool);
|
||||
CleanPool(&_Industry_pool);
|
||||
CleanPool(&_Station_pool);
|
||||
CleanPool(&_Vehicle_pool);
|
||||
|
Reference in New Issue
Block a user