From e397b721cda24507068a2028db58f28d7198fce9 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 28 Oct 2006 11:55:29 +0000 Subject: (svn r6986) Use the pool macros for the Town pool --- openttd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openttd.c') diff --git a/openttd.c b/openttd.c index ef9e3a95b..6750c509b 100644 --- a/openttd.c +++ b/openttd.c @@ -254,7 +254,7 @@ static void InitializeDynamicVariables(void) static void UnInitializeDynamicVariables(void) { /* Dynamic stuff needs to be free'd somewhere... */ - CleanPool(&_town_pool); + CleanPool(&_Town_pool); CleanPool(&_Industry_pool); CleanPool(&_Station_pool); CleanPool(&_Vehicle_pool); -- cgit v1.2.3-70-g09d2