mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- Exhumed - fixed wrong sound origin for special effect sound
This commit is contained in:
parent
c045096393
commit
6315bd3960
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ void StartSwirly(int nActiveSound)
|
||||||
nVolume = 220;
|
nVolume = 220;
|
||||||
|
|
||||||
soundEngine->StopSound(SOURCE_Swirly, &swirly, -1);
|
soundEngine->StopSound(SOURCE_Swirly, &swirly, -1);
|
||||||
soundEngine->StartSound(SOURCE_Swirly, &fakesources[nActiveSound-1], nullptr, CHAN_BODY, 0, StaticSound[kSoundMana1]+1, nVolume / 255.f, ATTN_NONE, nullptr, nPitch / 11025.f);
|
soundEngine->StartSound(SOURCE_Swirly, &swirly, nullptr, CHAN_BODY, 0, StaticSound[kSoundMana1]+1, nVolume / 255.f, ATTN_NONE, nullptr, nPitch / 11025.f);
|
||||||
}
|
}
|
||||||
|
|
||||||
//==========================================================================
|
//==========================================================================
|
||||||
|
|
Loading…
Reference in a new issue