Fix enum in Ambulance::HandlePathStruct

This commit is contained in:
disinvite 2025-02-27 20:11:14 -05:00
parent 67b25b0bcc
commit 47f58af428

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;
}
}