summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-05-27 20:05:36 +0000
committerpeter1138 <peter1138@openttd.org>2008-05-27 20:05:36 +0000
commitcfb962c7f135111891c28c6577f27f42d5365aa1 (patch)
treea21d7ea96d49a5cabdc5dfee9fc089ffed41e91c /src/openttd.cpp
parentee9a9503cee6b65d1258c808ede2523116b61af4 (diff)
downloadopenttd-cfb962c7f135111891c28c6577f27f42d5365aa1.tar.xz
(svn r13297) -Codechange: Use GUIList for the town directory window
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 06a818d41..1ece64737 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -282,7 +282,6 @@ static void ParseResolution(int res[2], const char *s)
static void InitializeDynamicVariables()
{
/* Dynamic stuff needs to be initialized somewhere... */
- _town_sort = NULL;
_industry_mngr.ResetMapping();
_industile_mngr.ResetMapping();
}
@@ -318,8 +317,6 @@ static void ShutdownGame()
_CargoPacket_pool.CleanPool();
_Engine_pool.CleanPool();
- free((void*)_town_sort);
-
free(_config_file);
/* Close all and any open filehandles */