mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Match a few methods (#270)
* match a few misc methods * Update legonavcontroller.h --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -31,8 +31,8 @@ MxCore* LegoObjectFactory::Create(const char* p_name)
|
||||
}
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x1000fb30 STUB
|
||||
// OFFSET: LEGO1 0x1000fb30
|
||||
void LegoObjectFactory::Destroy(MxCore* p_object)
|
||||
{
|
||||
// TODO
|
||||
delete p_object;
|
||||
}
|
||||
|
Reference in New Issue
Block a user