mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
Implement/match Act3Shark functions (#1208)
* Implement/match `Act3Shark` functions * Naming
This commit is contained in:
committed by
GitHub
parent
a2b2b5d734
commit
ac19539d0f
@@ -110,6 +110,7 @@ public:
|
||||
void Enable(MxBool p_enable) override; // vtable+0x68
|
||||
|
||||
void SetHelicopter(Helicopter* p_copter) { m_copter = p_copter; }
|
||||
void SetShark(Act3Shark* p_shark) { m_shark = p_shark; }
|
||||
void SetDestLocation(LegoGameState::Area p_destLocation) { m_destLocation = p_destLocation; }
|
||||
|
||||
// SYNTHETIC: LEGO1 0x10072630
|
||||
|
||||
Reference in New Issue
Block a user