Fix player taunts playing at full volume

This commit is contained in:
nukeykt 2019-11-14 07:41:53 +09:00 committed by Christoph Oelckers
parent 7173ca9db9
commit f7fbcd09b4

View file

@ -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;