|
@@ -147,7 +147,7 @@ ISimpleResourceLoader * CResourceHandler::createInitial()
|
|
|
for (auto & path : VCMIDirs::get().dataPaths())
|
|
|
{
|
|
|
if (boost::filesystem::is_directory(path)) // some of system-provided paths may not exist
|
|
|
- initialLoader->addLoader(new CFilesystemLoader("", path, 0, true), false);
|
|
|
+ initialLoader->addLoader(new CFilesystemLoader("", path, 1, true), false);
|
|
|
}
|
|
|
initialLoader->addLoader(new CFilesystemLoader("", VCMIDirs::get().userDataPath(), 0, true), false);
|
|
|
|