X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=cd_shared.c;h=7ca41ed60079493485e6ad7db7323fdf94f30e32;hb=475a451bbac370078cf0456b23dda4be39e921cc;hp=5ac76832bc53dfc7fc8683b76e14f794331476a3;hpb=b3424c31339240eeaea3d422a91b0cce9c4d40b3;p=xonotic%2Fdarkplaces.git diff --git a/cd_shared.c b/cd_shared.c index 5ac76832..7ca41ed6 100644 --- a/cd_shared.c +++ b/cd_shared.c @@ -605,7 +605,7 @@ void CDAudio_SetVolume (float newvol) if (faketrack != -1) S_SetChannelVolume (faketrack, newvol); else - CDAudio_SysSetVolume (newvol); + CDAudio_SysSetVolume (newvol * mastervolume.value); } cdvolume = newvol;