move SoundVolume

This commit is contained in:
Glenn Maynard
2007-05-24 21:35:03 +00:00
parent 0b591bfb1f
commit dff267eccd
7 changed files with 24 additions and 31 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ void ScreenOptionsMaster::HandleScreenMessage( const ScreenMessage SM )
if( m_iChangeMask & OPT_APPLY_SOUND )
{
SOUNDMAN->SetMixVolume( PREFSMAN->GetSoundVolume() );
SOUNDMAN->SetMixVolume();
}
if( m_iChangeMask & OPT_APPLY_SONG )