summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-10-28 10:55:59 +0000
committertron <tron@openttd.org>2006-10-28 10:55:59 +0000
commit953344fdccabf547946eede684e588226f2c080e (patch)
tree8b0e233f3a0470fc60d6453aee27da317a3f2692 /openttd.c
parentef862a2973c0aa13932edc5d446ed04f7ad110c9 (diff)
downloadopenttd-953344fdccabf547946eede684e588226f2c080e.tar.xz
(svn r6975) Use the pool macros for the Vehicle 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 cd28d9697..89b755cae 100644
--- a/openttd.c
+++ b/openttd.c
@@ -257,7 +257,7 @@ static void UnInitializeDynamicVariables(void)
CleanPool(&_town_pool);
CleanPool(&_industry_pool);
CleanPool(&_station_pool);
- CleanPool(&_vehicle_pool);
+ CleanPool(&_Vehicle_pool);
CleanPool(&_sign_pool);
CleanPool(&_order_pool);