mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 13:21:51 +08:00
engine: client: set a volume for VOX sentences playing from listener
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user