mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
Fix scientist's sound mask. Same as https://github.com/ValveSoftware/halflife/issues/2982.
This commit is contained in:
parent
7fdc58743d
commit
2de4e7ab00
@ -761,6 +761,9 @@ int CScientist::ISoundMask( void )
|
|||||||
{
|
{
|
||||||
return bits_SOUND_WORLD |
|
return bits_SOUND_WORLD |
|
||||||
bits_SOUND_COMBAT |
|
bits_SOUND_COMBAT |
|
||||||
|
bits_SOUND_CARCASS |
|
||||||
|
bits_SOUND_MEAT |
|
||||||
|
bits_SOUND_GARBAGE |
|
||||||
bits_SOUND_DANGER |
|
bits_SOUND_DANGER |
|
||||||
bits_SOUND_PLAYER;
|
bits_SOUND_PLAYER;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user