From 4cb479e083d8edd3005b8db00f350b9fdb3bf2a6 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 28 Oct 2006 11:32:45 +0000 Subject: (svn r6979) Use the pool macros for the Industry pool --- openttd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openttd.c') diff --git a/openttd.c b/openttd.c index 89b755cae..1e993df60 100644 --- a/openttd.c +++ b/openttd.c @@ -255,7 +255,7 @@ static void UnInitializeDynamicVariables(void) { /* Dynamic stuff needs to be free'd somewhere... */ CleanPool(&_town_pool); - CleanPool(&_industry_pool); + CleanPool(&_Industry_pool); CleanPool(&_station_pool); CleanPool(&_Vehicle_pool); CleanPool(&_sign_pool); -- cgit v1.2.3-70-g09d2