From 9a40eaa0a82b9d1e95ed18b9b13b5ab475554e80 Mon Sep 17 00:00:00 2001 From: Ramen2X Date: Sun, 24 Mar 2024 15:58:04 -0400 Subject: [PATCH] annotations --- LEGO1/lego/legoomni/include/ambulance.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/LEGO1/lego/legoomni/include/ambulance.h b/LEGO1/lego/legoomni/include/ambulance.h index 839a7e7a..8b385133 100644 --- a/LEGO1/lego/legoomni/include/ambulance.h +++ b/LEGO1/lego/legoomni/include/ambulance.h @@ -43,18 +43,18 @@ class Ambulance : public IslePathActor { private: // TODO: Ambulance fields - undefined m_unk0x160[4]; + undefined m_unk0x160[4]; // 0x160 AmbulanceMissionState* m_state; // 0x164 - MxS16 m_unk0x168; - MxS16 m_unk0x16a; - MxS16 m_unk0x16c; - MxS16 m_unk0x16e; - MxS16 m_unk0x170; - MxS16 m_unk0x172; - MxS32 m_unk0x174; - MxS32 m_unk0x178; - MxFloat m_unk0x17c; // fuel? - MxFloat m_time; // 0x180 + MxS16 m_unk0x168; // 0x168 + MxS16 m_unk0x16a; // 0x16a + MxS16 m_unk0x16c; // 0x16c + MxS16 m_unk0x16e; // 0x16e + MxS16 m_unk0x170; // 0x170 + MxS16 m_unk0x172; // 0x172 + MxS32 m_unk0x174; // 0x174 + MxS32 m_unk0x178; // 0x178 + MxFloat m_unk0x17c; // 0x17c + MxFloat m_time; // 0x180 }; #endif // AMBULANCE_H