summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-10-28 11:48:21 +0000
committertron <tron@openttd.org>2006-10-28 11:48:21 +0000
commitf51d2a3311b56f9390c792324430305585644f0d (patch)
tree3ffe678fb18ee1f4bec34159eb8c4eec6d427815 /openttd.c
parent470a054c061bbe8d3ec9160a52f79f6314bfa86a (diff)
downloadopenttd-f51d2a3311b56f9390c792324430305585644f0d.tar.xz
(svn r6983) Use the pool macros for the Station 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 ca41e23e5..ef9e3a95b 100644
--- a/openttd.c
+++ b/openttd.c
@@ -256,7 +256,7 @@ static void UnInitializeDynamicVariables(void)
/* Dynamic stuff needs to be free'd somewhere... */
CleanPool(&_town_pool);
CleanPool(&_Industry_pool);
- CleanPool(&_station_pool);
+ CleanPool(&_Station_pool);
CleanPool(&_Vehicle_pool);
CleanPool(&_Sign_pool);
CleanPool(&_Order_pool);