(svn r13297) -Codechange: Use GUIList for the town directory window

This commit is contained in:
peter1138
2008-05-27 20:05:36 +00:00
parent f538282f7a
commit 6c7e6861f8
4 changed files with 111 additions and 92 deletions

View File

@@ -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 */