1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Final checks according to review

This commit is contained in:
krs
2022-11-22 19:35:30 +02:00
parent 31b7a81cd2
commit 75b4b64b6f
8 changed files with 20 additions and 20 deletions

View File

@@ -28,9 +28,9 @@ CResourceHandler CResourceHandler::globalResourceHandler;
CFilesystemGenerator::CFilesystemGenerator(std::string prefix, bool extractArchives):
filesystem(new CFilesystemList()),
prefix(prefix)
prefix(prefix),
extractArchives(extractArchives)
{
this->extractArchives = extractArchives;
}
CFilesystemGenerator::TLoadFunctorMap CFilesystemGenerator::genFunctorMap()