mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 06:31:44 +00:00
Merge branch 'main' of https://github.com/nzp-team/quakec
This commit is contained in:
commit
626ac9039e
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ void(entity source_ent, string path, float type, float priority) Sound_PlaySound
|
|||
case SOUND_TYPE_ZOMBIE_QUIET:
|
||||
float zombie_quiet_groan = Sound_GetZombieGroan();
|
||||
if (priority == SOUND_PRIORITY_PLAYALWAYS || zombie_quiet_groan != -1) {
|
||||
PLAYSOUND(source_ent, CHAN_VOICE, path, 0.60, 1);
|
||||
PLAYSOUND(source_ent, CHAN_VOICE, path, 0.50, 2);
|
||||
Sound_SetZombieGroan(priority, zombie_quiet_groan);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue