summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-10-28 11:37:26 +0000
committertron <tron@openttd.org>2006-10-28 11:37:26 +0000
commitc61e0963e0795e9f1121670ae4f1340b1b5dffb6 (patch)
tree888a11aeb6b487c139d0e65f78f8c9cb6c0c9bab /openttd.c
parent4cb479e083d8edd3005b8db00f350b9fdb3bf2a6 (diff)
downloadopenttd-c61e0963e0795e9f1121670ae4f1340b1b5dffb6.tar.xz
(svn r6980) Use the pool macros for the Order 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 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);