mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 18:51:16 +00:00
Fix enum in Ambulance::HandlePathStruct (#1395)
This commit is contained in:
parent
67b25b0bcc
commit
92f20e7f7b
@ -302,7 +302,7 @@ MxLong Ambulance::HandlePathStruct(LegoPathStructNotificationParam& p_param)
|
|||||||
InvokeAction(Extra::e_stop, *g_isleScript, m_lastAction, NULL);
|
InvokeAction(Extra::e_stop, *g_isleScript, m_lastAction, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
PlayAction(IsleScript::c_Avo915In_PlayWav);
|
PlayAction(IsleScript::c_Avo916In_PlayWav);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user