(svn r23065) -Add: -q option to read a savegame, write some general info and exit

This commit is contained in:
yexo
2011-10-30 13:47:45 +00:00
parent bd6d490987
commit 433f74edd9
7 changed files with 123 additions and 7 deletions

View File

@@ -57,6 +57,10 @@ void LoadCheckData::Clear()
}
companies.Clear();
free(this->gamelog_action);
this->gamelog_action = NULL;
this->gamelog_actions = 0;
ClearGRFConfigList(&this->grfconfig);
}