From a0e99f5d9f73cbf46dc436b84e21feccbfc8735a Mon Sep 17 00:00:00 2001 From: mastertimethief Date: Tue, 10 Jun 2025 21:54:38 -0400 Subject: [PATCH] Fixed tab spacing --- LEGO1/lego/legoomni/include/legocarbuild.h | 2 +- .../legoomni/include/legocarbuildpresenter.h | 22 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LEGO1/lego/legoomni/include/legocarbuild.h b/LEGO1/lego/legoomni/include/legocarbuild.h index 994b9877..f13f0450 100644 --- a/LEGO1/lego/legoomni/include/legocarbuild.h +++ b/LEGO1/lego/legoomni/include/legocarbuild.h @@ -194,7 +194,7 @@ class LegoCarBuild : public LegoWorld { MxS32 m_unk0x250[2]; // 0x250 LegoCarBuildAnimPresenter* m_animPresenter; // 0x258 - MxQuaternionTransformer m_unk0x25c; // 0x25c + MxQuaternionTransformer m_unk0x25c; // 0x25c // These two are likely locations in pixel space MxS32 m_unk0x290[2]; // 0x290 diff --git a/LEGO1/lego/legoomni/include/legocarbuildpresenter.h b/LEGO1/lego/legoomni/include/legocarbuildpresenter.h index 194309ff..2774db8f 100644 --- a/LEGO1/lego/legoomni/include/legocarbuildpresenter.h +++ b/LEGO1/lego/legoomni/include/legocarbuildpresenter.h @@ -131,21 +131,21 @@ class LegoCarBuildAnimPresenter : public LegoAnimPresenter { // name derived from LegoVehicleBuildState, field 0x4f MxS16 m_placedPartCount; // 0xc0 - LegoAnimNodeData* m_platformAnimNodeData; // 0xc4 - LegoAnim m_platformAnim; // 0xc8 - MxMatrix m_buildViewMatrix; // 0xe0 + LegoAnimNodeData* m_platformAnimNodeData; // 0xc4 + LegoAnim m_platformAnim; // 0xc8 + MxMatrix m_buildViewMatrix; // 0xe0 // variable name verified by BETA10 0x100719f0 UnknownListEntry* m_parts; // 0x128 - MxFloat m_shelfFrameBuffer; // 0x12c - MxFloat m_shelfFrame; // 0x130 - MxFloat m_shelfFrameMax; // 0x134 - MxFloat m_shelfFrameInterval; // 0x138 - MxULong m_unk0x13c; // 0x13c - LegoEntity* m_carBuildEntity; // 0x140 - MxS32 m_unk0x144; // 0x144 - MxS32 m_unk0x148; // 0x148 + MxFloat m_shelfFrameBuffer; // 0x12c + MxFloat m_shelfFrame; // 0x130 + MxFloat m_shelfFrameMax; // 0x134 + MxFloat m_shelfFrameInterval; // 0x138 + MxULong m_unk0x13c; // 0x13c + LegoEntity* m_carBuildEntity; // 0x140 + MxS32 m_unk0x144; // 0x144 + MxS32 m_unk0x148; // 0x148 // name verified by BETA10 0x10070d63 LegoChar* m_mainSourceId; // 0x14c