mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 17:07:41 +00:00
Various bug fixes
This commit is contained in:
@@ -42,7 +42,7 @@ void CObjectReference::Lock()
|
||||
{
|
||||
IFactory& fac = xC_objectStore->GetFactory();
|
||||
fac.BuildAsync(x4_objTag, x14_params, &x10_object, this);
|
||||
x3_loading = true;
|
||||
x3_loading = !x10_object.operator bool();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user