mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 14:27:42 +00:00
Tons of refactors and bug fixes
This commit is contained in:
@@ -152,7 +152,11 @@ CToken::CToken(const CToken& other)
|
||||
: x0_objRef(other.x0_objRef)
|
||||
{
|
||||
if (x0_objRef)
|
||||
{
|
||||
++x0_objRef->x0_refCount;
|
||||
if (other.x4_lockHeld)
|
||||
Lock();
|
||||
}
|
||||
}
|
||||
CToken::CToken(CToken&& other)
|
||||
: x0_objRef(other.x0_objRef), x4_lockHeld(other.x4_lockHeld)
|
||||
|
||||
Reference in New Issue
Block a user