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