Skip to content

Commit

Permalink
Match CSfxManager::CSfxEmitterWrapper::Play
Browse files Browse the repository at this point in the history
  • Loading branch information
Antidote committed Oct 13, 2024
1 parent c96cd28 commit b60f49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kyoto/Audio/CSfxManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b60f49e

Please sign in to comment.