Update legovehiclebuildstate.cpp

This commit is contained in:
Daniel Hejduk 2024-02-04 19:37:36 +01:00 committed by GitHub
parent d538387746
commit 5e99136c59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,11 +7,11 @@ DECOMP_SIZE_ASSERT(LegoVehicleBuildState, 0x50)
// FUNCTION: LEGO1 0x10025f30 // FUNCTION: LEGO1 0x10025f30
LegoVehicleBuildState::LegoVehicleBuildState(char* p_classType) LegoVehicleBuildState::LegoVehicleBuildState(char* p_classType)
{ {
this->m_className = p_classType; m_className = p_classType;
this->m_unk0x4c = 0; m_unk0x4c = 0;
this->m_unk0x4d = 0; m_unk0x4d = 0;
this->m_unk0x4e = 0; m_unk0x4e = 0;
this->m_placedPartCount = 0; m_placedPartCount = 0;
} }
// STUB: LEGO1 0x10026120 // STUB: LEGO1 0x10026120