Fix water splash sound

This commit is contained in:
nukeykt 2019-11-15 01:27:25 +09:00 committed by Christoph Oelckers
parent 92dc6be003
commit 99a7195f5f

View file

@ -307,7 +307,7 @@ int BuildSplash(int nSprite, int nSector)
if (!bIsLava)
{
D3PlayFX(StaticSound[nSound] | 10, AnimList[nAnim].nSprite);
D3PlayFX(StaticSound[nSound] | 0xa00, AnimList[nAnim].nSprite);
}
return AnimList[nAnim].nSprite;