Implement/match Pizza::HandleEndAction (#1128)

* Implement Pizza::HandleEndAction

* Match
This commit is contained in:
Christian Semmler
2024-11-01 13:13:43 -07:00
committed by GitHub
parent a14795c0c8
commit 4c95d7c887
3 changed files with 160 additions and 6 deletions

View File

@@ -190,6 +190,7 @@ public:
virtual void VTable0x6c(LegoPathActor* p_actor); // vtable+6c
void SetDestLocation(LegoGameState::Area p_destLocation) { m_destLocation = p_destLocation; }
MxBool HasHelicopter() { return m_helicopter != NULL; }
void FUN_10033350();