From 49aea8c3dabed618f6fcd28fa1363639ce370662 Mon Sep 17 00:00:00 2001 From: Ramen2X <64166386+Ramen2X@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:18:34 -0500 Subject: [PATCH] add offset markers to members --- LEGO1/lego/legoomni/include/gasstation.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/LEGO1/lego/legoomni/include/gasstation.h b/LEGO1/lego/legoomni/include/gasstation.h index 492cf8ab..c86830e9 100644 --- a/LEGO1/lego/legoomni/include/gasstation.h +++ b/LEGO1/lego/legoomni/include/gasstation.h @@ -30,18 +30,18 @@ class GasStation : public LegoWorld { } private: - undefined2 m_unk0xf8; - undefined2 m_unk0xfa; - undefined4 m_unk0xfc; - undefined4 m_unk0x100; - undefined2 m_unk0x104; - undefined2 m_unk0x106; - undefined4 m_unk0x108; - undefined4 m_unk0x10c; - undefined4 m_unk0x110; - undefined m_unk0x114; - undefined m_unk0x115; - Radio m_radio; + undefined2 m_unk0xf8; // 0xf8 + undefined2 m_unk0xfa; // 0xfa + undefined4 m_unk0xfc; // 0xfc + undefined4 m_unk0x100; // 0x100 + undefined2 m_unk0x104; // 0x104 + undefined2 m_unk0x106; // 0x106 + undefined4 m_unk0x108; // 0x108 + undefined4 m_unk0x10c; // 0x10c + undefined4 m_unk0x110; // 0x110 + undefined m_unk0x114; // 0x114 + undefined m_unk0x115; // 0x115 + Radio m_radio; // 0x118 }; #endif // GASSTATION_H