(svn r6983) Use the pool macros for the Station pool

This commit is contained in:
tron
2006-10-28 11:48:21 +00:00
parent 3592db713f
commit f5b45492d3
5 changed files with 12 additions and 33 deletions

View File

@@ -256,7 +256,7 @@ static void UnInitializeDynamicVariables(void)
/* Dynamic stuff needs to be free'd somewhere... */
CleanPool(&_town_pool);
CleanPool(&_Industry_pool);
CleanPool(&_station_pool);
CleanPool(&_Station_pool);
CleanPool(&_Vehicle_pool);
CleanPool(&_Sign_pool);
CleanPool(&_Order_pool);