mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Introduce clang-format (#240)
This commit is contained in:

committed by
GitHub

parent
e928fc9425
commit
b449da1fa3
@@ -8,18 +8,18 @@ DECOMP_SIZE_ASSERT(LegoVehicleBuildState::UnkStruct, 0xc);
|
||||
// OFFSET: LEGO1 0x10025f30
|
||||
LegoVehicleBuildState::LegoVehicleBuildState(char* p_classType)
|
||||
{
|
||||
this->m_className = p_classType;
|
||||
this->m_unk4c = 0;
|
||||
this->m_unk4d = 0;
|
||||
this->m_unk4e = 0;
|
||||
this->m_placedPartCount = 0;
|
||||
this->m_className = p_classType;
|
||||
this->m_unk4c = 0;
|
||||
this->m_unk4d = 0;
|
||||
this->m_unk4e = 0;
|
||||
this->m_placedPartCount = 0;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 10017c00
|
||||
LegoVehicleBuildState::UnkStruct::UnkStruct()
|
||||
{
|
||||
m_unk04 = 0;
|
||||
m_unk00 = 0;
|
||||
m_unk06 = 0;
|
||||
m_unk08 = 0;
|
||||
m_unk04 = 0;
|
||||
m_unk00 = 0;
|
||||
m_unk06 = 0;
|
||||
m_unk08 = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user