mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 19:47:43 +00:00
Fix build
This commit is contained in:
@@ -97,7 +97,7 @@ void CScriptSound::StopSound(CStateManager& mgr)
|
|||||||
}
|
}
|
||||||
else if (xec_sfxHandle)
|
else if (xec_sfxHandle)
|
||||||
{
|
{
|
||||||
CSfxManager::RemoveEmitter(xec_sfxHandle);
|
CSfxManager::RemoveEmitter(*xec_sfxHandle.get());
|
||||||
xec_sfxHandle.reset();
|
xec_sfxHandle.reset();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user