use GetSoundVolume

This commit is contained in:
Glenn Maynard
2007-05-24 21:10:32 +00:00
parent 6ef2289ec0
commit daea875309
+1 -1
View File
@@ -461,7 +461,7 @@ void ChangeVolume( float fDelta )
fVol += fDelta;
CLAMP( fVol, 0.0f, 1.0f );
PREFSMAN->m_fSoundVolume.Set( fVol );
SOUNDMAN->SetMixVolume( PREFSMAN->m_fSoundVolume );
SOUNDMAN->SetMixVolume( PREFSMAN->GetSoundVolume() );
}