mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Start of helicopter Implementation (#239)
* Start of helicopter Implementation Mostly Matching, some issues with MxMatrix and/or MxVector4 * Fix some style issues * Fix some style issues
This commit is contained in:
@@ -11,7 +11,7 @@ IslePathActor::IslePathActor()
|
||||
this->m_unk158 = 0;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x10002e10
|
||||
IslePathActor::~IslePathActor()
|
||||
{
|
||||
}
|
||||
// OFFSET: LEGO1 0x1001a280
|
||||
MxResult IslePathActor::InitFromMxDSObject(MxDSObject &p_dsObject) {
|
||||
return MxEntity::InitFromMxDSObject(p_dsObject);
|
||||
}
|
Reference in New Issue
Block a user