(svn r6975) Use the pool macros for the Vehicle pool

This commit is contained in:
tron
2006-10-28 10:55:59 +00:00
parent ef862a2973
commit 953344fdcc
6 changed files with 20 additions and 40 deletions

View File

@@ -257,7 +257,7 @@ static void UnInitializeDynamicVariables(void)
CleanPool(&_town_pool);
CleanPool(&_industry_pool);
CleanPool(&_station_pool);
CleanPool(&_vehicle_pool);
CleanPool(&_Vehicle_pool);
CleanPool(&_sign_pool);
CleanPool(&_order_pool);