mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
Fix player taunts playing at full volume
This commit is contained in:
parent
7173ca9db9
commit
f7fbcd09b4
1 changed files with 1 additions and 1 deletions
|
@ -1045,7 +1045,7 @@ short PlayFX2(unsigned short nSound, short nSprite)
|
|||
nVolume = 255;
|
||||
}
|
||||
else
|
||||
nVolume = 255;
|
||||
nVolume = gFXVolume;
|
||||
|
||||
short vc = nSound & (~0x1ff);
|
||||
short v4 = nSound & 0x2000;
|
||||
|
|
Loading…
Reference in a new issue