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 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);