mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 01:11:28 +00:00
Fix water splash sound
This commit is contained in:
parent
92dc6be003
commit
99a7195f5f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue