mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
- Compile fixes part 1
- Project settings for MSVS
This commit is contained in:
@ -95,7 +95,7 @@ std::set<std::string> CFilesystemList::getResourceNames(const ResourceID & resou
|
||||
auto rn = loader->getResourceName(resourceName);
|
||||
if(rn)
|
||||
{
|
||||
paths.insert(*rn);
|
||||
paths.insert(rn->string());
|
||||
}
|
||||
}
|
||||
return std::move(paths);
|
||||
|
Reference in New Issue
Block a user