openttd.c
changeset 4977 ccecdac3075c
parent 4976 a0d7f63c35b5
child 4979 bb8927cf4e1f
--- 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);