mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match LegoAct2::HandleEndAction
and related (#1184)
* Implement/match LegoAct2::HandleEndAction * Reorder
This commit is contained in:

committed by
GitHub

parent
8b9f6f1007
commit
a0a114135a
@@ -144,6 +144,6 @@ void LegoActor::SetROI(LegoROI* p_roi, MxBool p_bool1, MxBool p_bool2)
|
||||
void LegoActor::Mute(MxBool p_muted)
|
||||
{
|
||||
if (m_sound != NULL) {
|
||||
m_sound->Mute(p_muted);
|
||||
m_sound->MuteStop(p_muted);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user