From 470a054c061bbe8d3ec9160a52f79f6314bfa86a Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 28 Oct 2006 11:43:56 +0000 Subject: (svn r6982) Use the pool macros for the Sign pool --- openttd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openttd.c') diff --git a/openttd.c b/openttd.c index ba19bbf3e..ca41e23e5 100644 --- a/openttd.c +++ b/openttd.c @@ -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); -- cgit v1.2.3-70-g09d2