mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-23 07:58:21 -05:00
deaed23e41
* Implement Helicopter * Fix names * Fix some issues * Disable warning --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
13 lines
204 B
C++
13 lines
204 B
C++
#include "legoactor.h"
|
|
|
|
DECOMP_SIZE_ASSERT(LegoActor, 0x78)
|
|
|
|
// FUNCTION: LEGO1 0x1002d110
|
|
LegoActor::LegoActor()
|
|
{
|
|
m_unk0x68 = 0.0f;
|
|
m_unk0x6c = 0;
|
|
m_unk0x70 = 0.0f;
|
|
m_unk0x10 = 0;
|
|
m_unk0x74 = 0;
|
|
}
|