mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
More efficient cooked resource loading, AQS audio fixes
This commit is contained in:
@@ -322,6 +322,8 @@ u16 CSfxManager::TranslateSFXID(u16 id)
|
||||
|
||||
void CSfxManager::StopSound(const CSfxHandle& handle)
|
||||
{
|
||||
if (!handle)
|
||||
return;
|
||||
m_doUpdate = true;
|
||||
if (handle->IsPlaying())
|
||||
handle->Stop();
|
||||
|
||||
Reference in New Issue
Block a user