From 306e7d18e7e4ec0fd26c59fa96c936ac8c304729 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 10 Dec 2024 14:24:04 -0700 Subject: [PATCH] Move --- LEGO1/lego/legoomni/include/act3ammo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LEGO1/lego/legoomni/include/act3ammo.h b/LEGO1/lego/legoomni/include/act3ammo.h index e583b48e..7f9e8941 100644 --- a/LEGO1/lego/legoomni/include/act3ammo.h +++ b/LEGO1/lego/legoomni/include/act3ammo.h @@ -37,6 +37,9 @@ class Act3Ammo : public LegoPathActor { } } + // FUNCTION: BETA10 0x1001fc80 + MxU32 IsPizza() { return m_ammoFlag & c_pizza; } + // FUNCTION: BETA10 0x1001fcb0 void SetBit4(MxBool p_bit4) { @@ -48,9 +51,6 @@ class Act3Ammo : public LegoPathActor { } } - // FUNCTION: BETA10 0x1001fc80 - MxU32 IsPizza() { return m_ammoFlag & c_pizza; } - MxFloat GetUnknown0x158() { return m_unk0x158; } // FUNCTION: BETA10 0x100177b0