mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-05 07:55:53 +00:00
Match CSfxManager::CSfxEmitterWrapper::Play
This commit is contained in:
parent
c96cd28abe
commit
b60f49e18a
@ -96,7 +96,7 @@ void CSfxManager::CSfxEmitterWrapper::Play() {
|
||||
x18_para.paraData.value7 = 0;
|
||||
}
|
||||
|
||||
x50_emitterHandle = CAudioSys::S3dAddEmitterParaEx(x24_emitterData, GetSfxHandle().GetIndex(),
|
||||
x50_emitterHandle = CAudioSys::S3dAddEmitterParaEx(x24_emitterData, GetSfxHandle().GetIndex() & 0xFF,
|
||||
&x1c_parameterInfo);
|
||||
if (x50_emitterHandle != SND_ID_ERROR) {
|
||||
SetPlaying(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user