2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:47:42 +00:00

Add ability to load tweaks

This commit is contained in:
2016-08-31 14:00:06 -07:00
parent d104c7eb45
commit 955d043c9e
4 changed files with 15 additions and 1 deletions

View File

@@ -138,7 +138,8 @@ SObjectTag ProjectResourceFactoryMP1::TagFromPath(const hecl::ProjectPath& path,
resTag.type = SBIG('STRG');
return true;
}
else if (!strcmp(className, "DataSpec::DNAMP1::CTweakPlayerRes"))
else if (!strcmp(className, "DataSpec::DNAMP1::CTweakPlayerRes") ||
!strcmp(className, "DataSpec::DNAMP1::CTweakGunRes"))
{
resTag.type = SBIG('CTWK');
return true;