(svn r6979) Use the pool macros for the Industry pool

This commit is contained in:
tron
2006-10-28 11:32:45 +00:00
parent a97f75e439
commit 4cb479e083
4 changed files with 11 additions and 34 deletions

View File

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