mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
Fix regressions
This commit is contained in:
@@ -1448,7 +1448,7 @@ JsonNode JsonUtils::assembleFromFiles(const std::vector<std::string> & files, bo
|
||||
JsonNode JsonUtils::assembleFromFiles(const std::string & filename)
|
||||
{
|
||||
JsonNode result;
|
||||
JsonPath resID(filename);
|
||||
JsonPath resID = JsonPath::builtinTODO(filename);
|
||||
|
||||
for(auto & loader : CResourceHandler::get()->getResourcesWithName(resID))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user