(svn r6982) Use the pool macros for the Sign pool

This commit is contained in:
tron
2006-10-28 11:43:56 +00:00
parent 18e56bea7f
commit 470a054c06
4 changed files with 11 additions and 33 deletions

View File

@@ -258,7 +258,7 @@ static void UnInitializeDynamicVariables(void)
CleanPool(&_Industry_pool);
CleanPool(&_station_pool);
CleanPool(&_Vehicle_pool);
CleanPool(&_sign_pool);
CleanPool(&_Sign_pool);
CleanPool(&_Order_pool);
free((void*)_town_sort);