mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Merge remote-tracking branch 'vcmi/develop' into warnings_fix
This commit is contained in:
@@ -231,6 +231,7 @@ void CArchiveLoader::extractToFolder(const std::string & outputSubFolder, const
|
||||
{
|
||||
std::unique_ptr<CInputStream> inputStream = load(ResourceID(mountPoint + entry.name));
|
||||
|
||||
entry.offset = 0;
|
||||
extractToFolder(outputSubFolder, *inputStream, entry);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user