summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
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);