This commit is contained in:
Christian Semmler 2024-12-10 14:24:04 -07:00
parent 758794a8d1
commit 306e7d18e7

View File

@ -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