X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=cd_shared.c;h=7ca41ed60079493485e6ad7db7323fdf94f30e32;hp=5ac76832bc53dfc7fc8683b76e14f794331476a3;hb=32510c922fbcaad22056befd2018ea9066c1f138;hpb=80234e3d370436fe1a9a06ac93404362349f72c8;ds=sidebyside 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;