Merge branch 'isledecomp:master' into mxdirectxinfo-todo

This commit is contained in:
MS 2025-07-14 20:53:16 -04:00 committed by GitHub
commit 0ba757acf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ MxLong CarRace::HandlePathStruct(LegoPathStructNotificationParam& p_param)
{
MxLong result = 0;
if (p_param.GetTrigger() == 68) {
if (p_param.GetTrigger() == LegoPathStruct::c_d) {
MxEntity* sender = (MxEntity*) p_param.GetSender();
MxS32 paramData = p_param.GetData();

View File

@ -158,7 +158,7 @@ MxLong JetskiRace::HandlePathStruct(LegoPathStructNotificationParam& p_param)
MxLong result = 0;
MxEntity* sender = (MxEntity*) p_param.GetSender();
if (p_param.GetTrigger() == 68) {
if (p_param.GetTrigger() == LegoPathStruct::c_d) {
MxS32 paramData = p_param.GetData();
switch (sender->GetEntityId()) {