convert the rest to use Preference
This commit is contained in:
@@ -265,7 +265,7 @@ void ScreenOptionsMaster::HandleScreenMessage( const ScreenMessage SM )
|
||||
|
||||
if( m_iChangeMask & OPT_APPLY_SOUND )
|
||||
{
|
||||
SOUNDMAN->SetPrefs( PREFSMAN->m_fSoundVolume );
|
||||
SOUNDMAN->SetPrefs( PREFSMAN->GetSoundVolume() );
|
||||
}
|
||||
|
||||
if( m_iChangeMask & OPT_APPLY_SONG )
|
||||
|
||||
Reference in New Issue
Block a user