mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement CarRace
(#1165)
* Implement `CarRace` * Improve `CarRace::Create` * Fix arrays * Clean up array * Fix CI errors * Implement `LegoRaceCar::FUN_10012e00()` * Implement `Doors::VTable0xcc` * Address review comments, part 1 * Address review comments, part 2 --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -47,6 +47,7 @@ public:
|
||||
return new MxActionNotificationParam(m_type, m_sender, m_action, m_realloc);
|
||||
} // vtable+0x04
|
||||
|
||||
// FUNCTION: BETA10 0x10017970
|
||||
MxDSAction* GetAction() { return m_action; }
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user