mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-13 01:20:34 +02:00
- fixes #1086
- removed outdated code from filesystem. Filesystem.json from 0.89b will no longer work.
This commit is contained in:
@ -385,13 +385,6 @@ void CResourceHandler::loadFileSystem(const std::string &fsConfigURI)
|
||||
if (entry["type"].String() == "vid")
|
||||
loadArchive(mountPoint.first, entry, EResType::ARCHIVE_VID);
|
||||
|
||||
if (entry["type"].String() == "file") // for some compatibility, will be removed for 0.90
|
||||
{
|
||||
loadArchive(mountPoint.first, entry, EResType::ARCHIVE_LOD);
|
||||
loadArchive(mountPoint.first, entry, EResType::ARCHIVE_SND);
|
||||
loadArchive(mountPoint.first, entry, EResType::ARCHIVE_VID);
|
||||
}
|
||||
|
||||
tlog5 << " took " << timer.getDiff() << " ms.\n";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user