diff options
| author | robojumper <robojumper@gmail.com> | 2025-06-01 16:27:19 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-06-01 17:17:46 +0200 |
| commit | fa1d4c3f5765568bfc9798bc1c909166792aad13 (patch) | |
| tree | 0ff0133a8e60752d70b7fc683fb6587b086f26cf /src/nw4r | |
| parent | 74a603be5fc18fd82dca9190c5192fafbb802c1a (diff) | |
Some dSound_c / dSoundControl_c
Diffstat (limited to 'src/nw4r')
| -rw-r--r-- | src/nw4r/snd/snd_AnimSound.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nw4r/snd/snd_AnimSound.cpp b/src/nw4r/snd/snd_AnimSound.cpp index ab8151aa..0ba0b144 100644 --- a/src/nw4r/snd/snd_AnimSound.cpp +++ b/src/nw4r/snd/snd_AnimSound.cpp @@ -426,7 +426,6 @@ void AnimEventPlayer::SetVariable(const AnimEvent *event, u32 varNo, f32 f) { SeqSoundHandle handle(GetHandle()); int iVal = f * 100.0f; handle.WriteVariable(varNo, ut::Clamp(iVal, -0x8000, 0x7FFF)); - handle.DetachSound(); } } else if (varNo < 32) { int iVal = f * 100.0f; |
