mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 02:21:15 +00:00
Fix: missing pending action reset on background audio start failure (#684)
This commit is contained in:
parent
d10ac7e77c
commit
3017cd24e0
@ -287,6 +287,10 @@ MxResult MxBackgroundAudioManager::PlayMusic(
|
||||
m_tickleState = p_tickleState;
|
||||
m_speed = p_speed;
|
||||
}
|
||||
else {
|
||||
m_action2.SetAtomId(MxAtomId());
|
||||
m_action2.SetObjectId(-1);
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user