openttd.c
changeset 4983 b261a5850aa1
parent 4980 1e1cb22b3d27
child 5015 63f05008fabe
--- a/openttd.c	Sat Oct 28 11:54:53 2006 +0000
+++ b/openttd.c	Sat Oct 28 11:55:29 2006 +0000
@@ -254,7 +254,7 @@
 static void UnInitializeDynamicVariables(void)
 {
 	/* Dynamic stuff needs to be free'd somewhere... */
-	CleanPool(&_town_pool);
+	CleanPool(&_Town_pool);
 	CleanPool(&_Industry_pool);
 	CleanPool(&_Station_pool);
 	CleanPool(&_Vehicle_pool);