mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 14:06:09 +00:00
Updates for new working directory layout
This commit is contained in:
@@ -39,17 +39,11 @@ void ProjectResourceFactory::BuildObjectMap(const HECL::Database::Project::Proje
|
||||
|
||||
if (!HECL::StrCmp(spec.spec.m_name, _S("MP3")))
|
||||
{
|
||||
DataSpec::NamedResourceCatalog<DataSpec::UniqueID64> catalog;
|
||||
if (catalogFile)
|
||||
catalog.fromYAMLFile(catalogFile);
|
||||
RecursiveAddDirObjects(spec.cookedPath, catalog);
|
||||
RecursiveAddDirObjects(spec.cookedPath);
|
||||
}
|
||||
else
|
||||
{
|
||||
DataSpec::NamedResourceCatalog<DataSpec::UniqueID32> catalog;
|
||||
if (catalogFile)
|
||||
catalog.fromYAMLFile(catalogFile);
|
||||
RecursiveAddDirObjects(spec.cookedPath, catalog);
|
||||
RecursiveAddDirObjects(spec.cookedPath);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user