mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Finish JetskiRace
(#1158)
* Implement `JetskiRace::HandlePathStruct` * Implement `JetskiRace::FUN_10016930` * Cleanup, add BETA10 * Match HandlePathStruct * Address review comments * Address another review comment --------- Co-authored-by: jonschz <jonschz@users.noreply.github.com> Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -28,7 +28,10 @@ public:
|
||||
return new LegoPathStructNotificationParam(m_type, m_sender, m_trigger, m_data);
|
||||
} // vtable+0x04
|
||||
|
||||
// FUNCTION: BETA10 0x10024270
|
||||
MxU8 GetTrigger() { return m_trigger; }
|
||||
|
||||
// FUNCTION: BETA10 0x100242a0
|
||||
MxS16 GetData() { return m_data; }
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user