From 1e1b993938aac29a04b0d6e91907840e74dee399 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 16 Jan 2024 14:24:52 -0500 Subject: [PATCH] Add annotations --- LEGO1/lego/legoomni/include/legoentity.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LEGO1/lego/legoomni/include/legoentity.h b/LEGO1/lego/legoomni/include/legoentity.h index 8db8d195..c8e3df35 100644 --- a/LEGO1/lego/legoomni/include/legoentity.h +++ b/LEGO1/lego/legoomni/include/legoentity.h @@ -13,7 +13,7 @@ class LegoEntity : public MxEntity { public: enum { - Flag_Bit1 = 1 + Flag_Bit1 = 0x01 }; // Inlined at 0x100853f7 @@ -67,7 +67,7 @@ class LegoEntity : public MxEntity { void Init(); void SetWorld(); - undefined m_unk0x10; + undefined m_unk0x10; // 0x10 MxU8 m_flags; // 0x11 Mx3DPointFloat m_worldLocation; // 0x14 Mx3DPointFloat m_worldDirection; // 0x28 @@ -75,7 +75,7 @@ class LegoEntity : public MxEntity { MxFloat m_worldSpeed; // 0x50 LegoROI* m_roi; // 0x54 MxBool m_cameraFlag; // 0x58 - undefined m_unk0x59; + undefined m_unk0x59; // 0x59 // For tokens from the extra string that look like this: // "Action:openram;\lego\scripts\Race\CarRaceR;0" ExtraActionType m_actionType; // 0x5c