mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 14:27:42 +00:00
Add missing arg
This commit is contained in:
@@ -16,9 +16,9 @@ CToken CSimplePool::GetObj(const SObjectTag& tag, const CVParamTransfer& paramXf
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (iter != x4_resources.end())
|
if (iter != x4_resources.end())
|
||||||
return CToken(iter.second);
|
return CToken(iter->second);
|
||||||
// TODO: There is some logic missing here, need to figure out what it's doing
|
// TODO: There is some logic missing here, need to figure out what it's doing
|
||||||
CObjectReference* ret = new CObjectReference(*this, x30_factory.Build(tag, paramXfer), paramXfer);
|
CObjectReference* ret = new CObjectReference(*this, x30_factory.Build(tag, paramXfer), tag, paramXfer);
|
||||||
|
|
||||||
return CToken(ret);
|
return CToken(ret);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user