This commit is contained in:
Andrey Akhmichin 2021-06-05 19:18:33 +05:00
parent 7fdc58743d
commit 2de4e7ab00
1 changed files with 3 additions and 0 deletions

View File

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