Match CSfxManager::CSfxEmitterWrapper::Play

This commit is contained in:
Phillip Stephens 2024-10-12 19:35:07 -07:00
parent c96cd28abe
commit b60f49e18a
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ void CSfxManager::CSfxEmitterWrapper::Play() {
x18_para.paraData.value7 = 0; x18_para.paraData.value7 = 0;
} }
x50_emitterHandle = CAudioSys::S3dAddEmitterParaEx(x24_emitterData, GetSfxHandle().GetIndex(), x50_emitterHandle = CAudioSys::S3dAddEmitterParaEx(x24_emitterData, GetSfxHandle().GetIndex() & 0xFF,
&x1c_parameterInfo); &x1c_parameterInfo);
if (x50_emitterHandle != SND_ID_ERROR) { if (x50_emitterHandle != SND_ID_ERROR) {
SetPlaying(true); SetPlaying(true);