From 5d8de3ee4e946017b3644c8f6578dfa866425a55 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 10 Dec 2024 14:24:46 -0700 Subject: [PATCH] Move --- LEGO1/lego/legoomni/include/act3ammo.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/LEGO1/lego/legoomni/include/act3ammo.h b/LEGO1/lego/legoomni/include/act3ammo.h index 7f9e8941..4cd23f66 100644 --- a/LEGO1/lego/legoomni/include/act3ammo.h +++ b/LEGO1/lego/legoomni/include/act3ammo.h @@ -26,6 +26,12 @@ class Act3Ammo : public LegoPathActor { // FUNCTION: BETA10 0x10017750 MxU32 IsValid() { return m_ammoFlag & c_valid; } + // FUNCTION: BETA10 0x100177b0 + Mx3DPointFloat* GetUnknown0x160() { return m_unk0x160; } + + // FUNCTION: BETA10 0x100177e0 + MxFloat* GetUnknown0x19c() { return &m_unk0x19c; } + // FUNCTION: BETA10 0x1001fbd0 void SetValid(MxBool p_valid) { @@ -53,12 +59,6 @@ class Act3Ammo : public LegoPathActor { MxFloat GetUnknown0x158() { return m_unk0x158; } - // FUNCTION: BETA10 0x100177b0 - Mx3DPointFloat* GetUnknown0x160() { return m_unk0x160; } - - // FUNCTION: BETA10 0x100177e0 - MxFloat* GetUnknown0x19c() { return &m_unk0x19c; } - void SetUnknown0x158(MxFloat p_unk0x158) { m_unk0x158 = p_unk0x158; } MxResult Create(Act3* p_a3, MxU32 p_isPizza, MxS32 p_index);