(svn r6983) Use the pool macros for the Station pool
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user