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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user