(svn r13174) -Codechange: make a class of the IndustryDirectoryWindow.

This commit is contained in:
glx
2008-05-18 23:36:33 +00:00
parent 01a569f0d7
commit dc1c529a31
4 changed files with 154 additions and 144 deletions

View File

@@ -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);