mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-16 04:51:16 +00:00
Fixed tab spacing
This commit is contained in:
parent
4bd890772f
commit
a0e99f5d9f
@ -194,7 +194,7 @@ class LegoCarBuild : public LegoWorld {
|
|||||||
MxS32 m_unk0x250[2]; // 0x250
|
MxS32 m_unk0x250[2]; // 0x250
|
||||||
|
|
||||||
LegoCarBuildAnimPresenter* m_animPresenter; // 0x258
|
LegoCarBuildAnimPresenter* m_animPresenter; // 0x258
|
||||||
MxQuaternionTransformer m_unk0x25c; // 0x25c
|
MxQuaternionTransformer m_unk0x25c; // 0x25c
|
||||||
|
|
||||||
// These two are likely locations in pixel space
|
// These two are likely locations in pixel space
|
||||||
MxS32 m_unk0x290[2]; // 0x290
|
MxS32 m_unk0x290[2]; // 0x290
|
||||||
|
|||||||
@ -131,21 +131,21 @@ class LegoCarBuildAnimPresenter : public LegoAnimPresenter {
|
|||||||
// name derived from LegoVehicleBuildState, field 0x4f
|
// name derived from LegoVehicleBuildState, field 0x4f
|
||||||
MxS16 m_placedPartCount; // 0xc0
|
MxS16 m_placedPartCount; // 0xc0
|
||||||
|
|
||||||
LegoAnimNodeData* m_platformAnimNodeData; // 0xc4
|
LegoAnimNodeData* m_platformAnimNodeData; // 0xc4
|
||||||
LegoAnim m_platformAnim; // 0xc8
|
LegoAnim m_platformAnim; // 0xc8
|
||||||
MxMatrix m_buildViewMatrix; // 0xe0
|
MxMatrix m_buildViewMatrix; // 0xe0
|
||||||
|
|
||||||
// variable name verified by BETA10 0x100719f0
|
// variable name verified by BETA10 0x100719f0
|
||||||
UnknownListEntry* m_parts; // 0x128
|
UnknownListEntry* m_parts; // 0x128
|
||||||
|
|
||||||
MxFloat m_shelfFrameBuffer; // 0x12c
|
MxFloat m_shelfFrameBuffer; // 0x12c
|
||||||
MxFloat m_shelfFrame; // 0x130
|
MxFloat m_shelfFrame; // 0x130
|
||||||
MxFloat m_shelfFrameMax; // 0x134
|
MxFloat m_shelfFrameMax; // 0x134
|
||||||
MxFloat m_shelfFrameInterval; // 0x138
|
MxFloat m_shelfFrameInterval; // 0x138
|
||||||
MxULong m_unk0x13c; // 0x13c
|
MxULong m_unk0x13c; // 0x13c
|
||||||
LegoEntity* m_carBuildEntity; // 0x140
|
LegoEntity* m_carBuildEntity; // 0x140
|
||||||
MxS32 m_unk0x144; // 0x144
|
MxS32 m_unk0x144; // 0x144
|
||||||
MxS32 m_unk0x148; // 0x148
|
MxS32 m_unk0x148; // 0x148
|
||||||
|
|
||||||
// name verified by BETA10 0x10070d63
|
// name verified by BETA10 0x10070d63
|
||||||
LegoChar* m_mainSourceId; // 0x14c
|
LegoChar* m_mainSourceId; // 0x14c
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user