move SoundVolume
This commit is contained in:
@@ -229,7 +229,7 @@ static bool CheckVideoDefaultSettings();
|
||||
void StepMania::ResetPreferences()
|
||||
{
|
||||
PREFSMAN->ResetToFactoryDefaults();
|
||||
SOUNDMAN->SetMixVolume( PREFSMAN->GetSoundVolume() );
|
||||
SOUNDMAN->SetMixVolume();
|
||||
CheckVideoDefaultSettings();
|
||||
ApplyGraphicOptions();
|
||||
}
|
||||
@@ -1015,7 +1015,7 @@ int main(int argc, char* argv[])
|
||||
LOG->Info( "Sound writeahead has been overridden to %i", PREFSMAN->m_iSoundWriteAhead.Get() );
|
||||
SOUNDMAN = new RageSoundManager;
|
||||
SOUNDMAN->Init();
|
||||
SOUNDMAN->SetMixVolume( PREFSMAN->GetSoundVolume() );
|
||||
SOUNDMAN->SetMixVolume();
|
||||
SOUND = new GameSoundManager;
|
||||
BOOKKEEPER = new Bookkeeper;
|
||||
LIGHTSMAN = new LightsManager;
|
||||
|
||||
Reference in New Issue
Block a user