mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match LegoEntity::VTable0x34 (#633)
* Implement/match LegoEntity::VTable0x34 * Change parameter name * Fix order
This commit is contained in:

committed by
GitHub

parent
71bcd4c771
commit
a12146f52f
@@ -76,7 +76,7 @@ public:
|
||||
);
|
||||
|
||||
inline const LegoChar* GetName() const { return m_name; }
|
||||
inline LegoEntity* GetUnknown0x104() { return m_entity; }
|
||||
inline LegoEntity* GetEntity() { return m_entity; }
|
||||
|
||||
inline void SetEntity(LegoEntity* p_entity) { m_entity = p_entity; }
|
||||
|
||||
|
Reference in New Issue
Block a user