openttd.c
changeset 4977 c5dd04c706bc
parent 4976 2e3d5e8ec510
child 4979 a85ffde44778
--- a/openttd.c	Sat Oct 28 11:32:45 2006 +0000
+++ b/openttd.c	Sat Oct 28 11:37:26 2006 +0000
@@ -259,7 +259,7 @@
 	CleanPool(&_station_pool);
 	CleanPool(&_Vehicle_pool);
 	CleanPool(&_sign_pool);
-	CleanPool(&_order_pool);
+	CleanPool(&_Order_pool);
 
 	free((void*)_town_sort);
 	free((void*)_industry_sort);