engine: client: set a volume for VOX sentences playing from listener

This commit is contained in:
Alibek Omarov
2025-12-24 06:49:38 +05:00
parent 68a7689108
commit 548a49ed93

View File

@@ -496,6 +496,9 @@ static void SND_Spatialize( channel_t *ch )
{
ch->leftvol = ch->master_vol;
ch->rightvol = ch->master_vol;
// if playing a word, set volume
VOX_SetChanVol( ch );
return;
}