summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2008-05-18 23:36:33 +0000
committerglx <glx@openttd.org>2008-05-18 23:36:33 +0000
commitdc1c529a31c927071a6954119fc8b58b651285ac (patch)
tree56c95a32e3bdbc1e3ab2bdaf15350b285b9c051e /src/openttd.cpp
parent01a569f0d75bbc532d212ea16a9844148c159881 (diff)
downloadopenttd-dc1c529a31c927071a6954119fc8b58b651285ac.tar.xz
(svn r13174) -Codechange: make a class of the IndustryDirectoryWindow.
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index fcdffcb1a..4d13ca415 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -283,7 +283,6 @@ static void InitializeDynamicVariables()
{
/* Dynamic stuff needs to be initialized somewhere... */
_town_sort = NULL;
- _industry_sort = NULL;
_industry_mngr.ResetMapping();
_industile_mngr.ResetMapping();
}
@@ -320,7 +319,6 @@ static void ShutdownGame()
_Engine_pool.CleanPool();
free((void*)_town_sort);
- free((void*)_industry_sort);
free(_config_file);