(svn r19981) -Add: Read NewGRF configuration during SL_LOAD_CHECK.

This commit is contained in:
frosch
2010-06-13 14:15:58 +00:00
parent 16618e6f16
commit d9b4d92050
4 changed files with 26 additions and 6 deletions

View File

@@ -54,6 +54,8 @@ void LoadCheckData::Clear()
delete it->second;
}
companies.Clear();
ClearGRFConfigList(&this->grfconfig);
}