call SONGMAN->SetPreferences when PREFSMAN->m_bAutogenSteps

changes
This commit is contained in:
Glenn Maynard
2004-06-05 08:11:00 +00:00
parent 1eab5c9f1d
commit 398eb05fcb
3 changed files with 5 additions and 0 deletions
+3
View File
@@ -563,6 +563,9 @@ void ScreenOptionsMaster::ExportOptions()
SOUNDMAN->SetPrefs( PREFSMAN->m_fSoundVolume );
}
if( ChangeMask & OPT_APPLY_SONG )
SONGMAN->SetPreferences();
CHECKPOINT;
}