isle/LEGO1/islepathactor.cpp
Joshua Peisach 0ab5da9055
Update types/add needed type in LegoPathActor for Pizza
Yes, this is a recommit because last time I pushed my cmake dir
2023-07-23 16:56:46 -04:00

15 lines
268 B
C++

#include "islepathactor.h"
// OFFSET: LEGO1 0x1001a200
IslePathActor::IslePathActor()
{
this->m_pLegoWorld = NULL;
this->m_unk13c = 0x40c00000;
this->m_fourcc = 0x3f800000;
this->m_unk158 = 0;
}
// OFFSET: LEGO1 0x10002e10
IslePathActor::~IslePathActor()
{
}