mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match LegoRaceMap (#1087)
* Implement/match LegoRaceMap * Fix CI, address review comments --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -123,7 +123,10 @@ public:
|
||||
MxS32 GetX() const { return this->m_location.GetX(); }
|
||||
MxS32 GetY() const { return this->m_location.GetY(); }
|
||||
MxS32 GetDisplayZ() const { return this->m_displayZ; }
|
||||
|
||||
// FUNCTION: BETA10 0x10028430
|
||||
MxDSAction* GetAction() const { return this->m_action; }
|
||||
|
||||
void SetAction(MxDSAction* p_action) { m_action = p_action; }
|
||||
|
||||
void SetCompositePresenter(MxCompositePresenter* p_compositePresenter)
|
||||
|
Reference in New Issue
Block a user