From 763b248f372c6b83f96cb2cd44002e75a5818298 Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:44:33 -0500 Subject: [PATCH] add offset comments --- LEGO1/legovideomanager.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/LEGO1/legovideomanager.h b/LEGO1/legovideomanager.h index ed666c75..b75602ad 100644 --- a/LEGO1/legovideomanager.h +++ b/LEGO1/legovideomanager.h @@ -37,15 +37,15 @@ class LegoVideoManager : public MxVideoManager { private: undefined4 m_unk64; - Lego3DManager* m_3dManager; + Lego3DManager* m_3dManager; // 0x68 undefined4 m_unk6c; undefined4 m_unk70; - MxDirect3D* m_direct3d; + MxDirect3D* m_direct3d; // 0x74 undefined4 m_unk0x78[27]; MxBool m_unk0xe4; MxBool m_unk0xe5; MxBool m_unk0xe6; - PALETTEENTRY m_paletteEntries[256]; + PALETTEENTRY m_paletteEntries[256]; // 0xe7 char m_padding0x4e7; undefined4 m_unk4e8; MxBool m_isFullscreenMovie; // 0x4ec @@ -54,20 +54,20 @@ class LegoVideoManager : public MxVideoManager { undefined m_padding0x4f4[8]; MxBool m_unk0x500; MxBool m_cursorMoved; // 0x501 - MxS32 m_cursorXCopy; - MxS32 m_cursorYCopy; - MxS32 m_cursorX; // 0x50c - MxS32 m_cursorY; // 0x510 + MxS32 m_cursorXCopy; // 0x504 + MxS32 m_cursorYCopy; // 0x508 + MxS32 m_cursorX; // 0x50c + MxS32 m_cursorY; // 0x510 undefined4 m_unk0x514; undefined m_pad0x518[0x10]; undefined4 m_unk0x528; - MxBool m_drawFPS; - RECT m_fpsRect; - HFONT m_arialFont; - SIZE m_fpsSize; + MxBool m_drawFPS; // 0x52c + RECT m_fpsRect; // 0x530 + HFONT m_arialFont; // 0x540 + SIZE m_fpsSize; // 0x544 undefined m_pad0x54c[8]; undefined m_unk0x554; - MxBool m_initialized; + MxBool m_initialized; // 0x555 undefined m_pad0x556[0x39]; };