(svn r13297) -Codechange: Use GUIList for the town directory window
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user