mirror of https://github.com/AxioDL/metaforce.git
Fix build
This commit is contained in:
parent
e68471fb81
commit
6dafc9b4f6
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue