Skip to content

Commit

Permalink
Fix scientist's sound mask. Same as ValveSoftware/halflife#2982.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekonomicon committed Jun 5, 2021
1 parent 7fdc587 commit 2de4e7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dlls/scientist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,9 @@ int CScientist::ISoundMask( void )
{
return bits_SOUND_WORLD |
bits_SOUND_COMBAT |
bits_SOUND_CARCASS |
bits_SOUND_MEAT |
bits_SOUND_GARBAGE |
bits_SOUND_DANGER |
bits_SOUND_PLAYER;
}
Expand Down

0 comments on commit 2de4e7a

Please sign in to comment.