(svn r6980) Use the pool macros for the Order pool

This commit is contained in:
tron
2006-10-28 11:37:26 +00:00
parent 4cb479e083
commit c61e0963e0
5 changed files with 15 additions and 32 deletions

View File

@@ -259,7 +259,7 @@ static void UnInitializeDynamicVariables(void)
CleanPool(&_station_pool);
CleanPool(&_Vehicle_pool);
CleanPool(&_sign_pool);
CleanPool(&_order_pool);
CleanPool(&_Order_pool);
free((void*)_town_sort);
free((void*)_industry_sort);