mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Naming
This commit is contained in:
parent
55f2f5bcbe
commit
2b5ad7eec7
@ -29,9 +29,9 @@ class MxStreamProvider : public MxCore {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100d07c0
|
// FUNCTION: LEGO1 0x100d07c0
|
||||||
virtual MxResult SetResourceToGet(MxStreamController* p_resource)
|
virtual MxResult SetResourceToGet(MxStreamController* p_pLookup)
|
||||||
{
|
{
|
||||||
m_pLookup = p_resource;
|
m_pLookup = p_pLookup;
|
||||||
return SUCCESS;
|
return SUCCESS;
|
||||||
} // vtable+0x14
|
} // vtable+0x14
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user