1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

- more filesystem logging and possible fix for Win

- added missing destructor for loaders
- added missing override kewords
- added unused for now ARCHIVE_ZIP filetype
This commit is contained in:
Ivan Savenko
2013-07-29 10:08:02 +00:00
parent a314a81fd5
commit 9f7c89d5e3
9 changed files with 25 additions and 14 deletions

View File

@@ -46,6 +46,7 @@ CArchiveLoader::CArchiveLoader(const std::string &mountPoint, const std::string
{
throw std::runtime_error("LOD archive format unknown. Cannot deal with " + archive);
}
logGlobal->traceStream() << "Archive loaded, " << entries.size() << " files found";
}
void CArchiveLoader::initLODArchive(const std::string &mountPoint, CFileInputStream & fileStream)