mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:47:43 +00:00
Aux-info resource sharing; some rigging stubs
This commit is contained in:
@@ -38,6 +38,8 @@ CToken CSimplePool::GetObj(char const* resourceName)
|
||||
CToken CSimplePool::GetObj(char const* resourceName, const CVParamTransfer& paramXfer)
|
||||
{
|
||||
const SObjectTag* tag = x30_factory.GetResourceIdByName(resourceName);
|
||||
if (!tag)
|
||||
return {};
|
||||
return GetObj(*tag, paramXfer);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user