summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-10-28 11:43:56 +0000
committertron <tron@openttd.org>2006-10-28 11:43:56 +0000
commit470a054c061bbe8d3ec9160a52f79f6314bfa86a (patch)
tree126e3edad5bbe386cc2ee8a7a851f576cf1053b8 /openttd.c
parent18e56bea7fab7b7c3c57fb53265b049d6c08e8a9 (diff)
downloadopenttd-470a054c061bbe8d3ec9160a52f79f6314bfa86a.tar.xz
(svn r6982) Use the pool macros for the Sign 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 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);