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