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