mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Move
This commit is contained in:
parent
758794a8d1
commit
306e7d18e7
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user