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

committed by
GitHub

parent
e928fc9425
commit
b449da1fa3
@@ -5,14 +5,14 @@ DECOMP_SIZE_ASSERT(GasStationState, 0x24);
|
||||
// OFFSET: LEGO1 0x10005eb0
|
||||
GasStationState::GasStationState()
|
||||
{
|
||||
m_unk0x18 = 0;
|
||||
m_unk0x1a = 0;
|
||||
m_unk0x1c = 0;
|
||||
m_unk0x1e = 0;
|
||||
m_unk0x20 = 0;
|
||||
m_unk0x18 = 0;
|
||||
m_unk0x1a = 0;
|
||||
m_unk0x1c = 0;
|
||||
m_unk0x1e = 0;
|
||||
m_unk0x20 = 0;
|
||||
|
||||
undefined4 *unk = m_unk0x08;
|
||||
unk[0] = -1;
|
||||
unk[1] = -1;
|
||||
unk[2] = -1;
|
||||
undefined4* unk = m_unk0x08;
|
||||
unk[0] = -1;
|
||||
unk[1] = -1;
|
||||
unk[2] = -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user