From d9fdbe6a6b848e47fd6e8133395195a61c5e999a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 20 Jul 2005 00:17:14 +0000 Subject: [PATCH] bind EditorShowBGChangesPlay --- stepmania/src/ScreenOptionsMasterPrefs.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/src/ScreenOptionsMasterPrefs.cpp b/stepmania/src/ScreenOptionsMasterPrefs.cpp index 185da614f0..076cf89452 100644 --- a/stepmania/src/ScreenOptionsMasterPrefs.cpp +++ b/stepmania/src/ScreenOptionsMasterPrefs.cpp @@ -626,6 +626,9 @@ static void InitializeConfOptions() ADD( ConfOption( "AttractSoundFrequency", AttractSoundFrequency, "NEVER","ALWAYS","2 TIMES","3 TIMES","4 TIMES","5 TIMES" ) ); ADD( ConfOption( "SoundVolume", SoundVolume, "SILENT","10%","20%","30%","40%","50%","60%","70%","80%","90%","100%" ) ); g_ConfOptions.back().m_iEffects = OPT_APPLY_SOUND; + + /* Editor options */ + ADD( ConfOption( "EditorShowBGChangesPlay", MovePref, "HIDE","SHOW") ); } /* Get a mask of effects to apply if the given option changes. */