mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 23:48:12 -05:00
1ab29590ee
* Start of helicopter Implementation Mostly Matching, some issues with MxMatrix and/or MxVector4 * Fix some style issues * Fix some style issues
17 lines
No EOL
382 B
C++
17 lines
No EOL
382 B
C++
#include "islepathactor.h"
|
|
|
|
DECOMP_SIZE_ASSERT(IslePathActor, 0x160)
|
|
|
|
// OFFSET: LEGO1 0x1001a200
|
|
IslePathActor::IslePathActor()
|
|
{
|
|
this->m_pLegoWorld = NULL;
|
|
this->m_unk13c = 6.0;
|
|
this->m_unk15c = 1.0;
|
|
this->m_unk158 = 0;
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x1001a280
|
|
MxResult IslePathActor::InitFromMxDSObject(MxDSObject &p_dsObject) {
|
|
return MxEntity::InitFromMxDSObject(p_dsObject);
|
|
} |