1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-03-27 23:20:32 -04:00

Fix enum in Ambulance::HandlePathStruct ()

This commit is contained in:
MS 2025-02-27 21:32:27 -05:00 committed by GitHub
parent 67b25b0bcc
commit 92f20e7f7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -302,7 +302,7 @@ MxLong Ambulance::HandlePathStruct(LegoPathStructNotificationParam& p_param)
InvokeAction(Extra::e_stop, *g_isleScript, m_lastAction, NULL);
}
PlayAction(IsleScript::c_Avo915In_PlayWav);
PlayAction(IsleScript::c_Avo916In_PlayWav);
return 0;
}
}