summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-10-28 11:32:45 +0000
committertron <tron@openttd.org>2006-10-28 11:32:45 +0000
commit4cb479e083d8edd3005b8db00f350b9fdb3bf2a6 (patch)
treeb6044568d43abbfa7a491932085dbece97587c6f /openttd.c
parenta97f75e43904ad15a3275cc1a480feb3352d6ec6 (diff)
downloadopenttd-4cb479e083d8edd3005b8db00f350b9fdb3bf2a6.tar.xz
(svn r6979) Use the pool macros for the Industry pool
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c2
1 files changed, 1 insertions, 1 deletions
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);