mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-23 07:58:21 -05:00
ff13dc691c
* Start IslePathActor * Update types/add needed type in LegoPathActor for Pizza Yes, this is a recommit because last time I pushed my cmake dir * Fix types in islepathactor * Adjust variables * add size asserts --------- Co-authored-by: itsmattkc <34096995+itsmattkc@users.noreply.github.com>
17 lines
297 B
C++
17 lines
297 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 0x10002e10
|
|
IslePathActor::~IslePathActor()
|
|
{
|
|
}
|