fix sound options menu

This commit is contained in:
Glenn Maynard
2003-10-29 00:34:57 +00:00
parent 44685b2833
commit ca1f4ab802
+1 -1
View File
@@ -465,7 +465,7 @@ static const ConfOption g_ConfOptions[] =
ConfOption( "Preload\nSounds", PreloadSounds, "NO","YES" ), ConfOption( "Preload\nSounds", PreloadSounds, "NO","YES" ),
ConfOption( "Resampling\nQuality", ResamplingQuality, "FAST","NORMAL","HIGH QUALITY" ), ConfOption( "Resampling\nQuality", ResamplingQuality, "FAST","NORMAL","HIGH QUALITY" ),
ConfOption( "Attract\nSound", AttractSound, "OFF","ON" ), ConfOption( "Attract\nSound", AttractSound, "OFF","ON" ),
ConfOption( "Demonstartion\nSound", DemonstrationSound, "OFF","ON" ), ConfOption( "Demonstration\nSound", DemonstrationSound, "OFF","ON" ),
ConfOption( "Sound\nVolume", SoundVolume, "0%","10%","20%","30%","40%","50%","60%","70%","80%","90%","100%","10%" ), ConfOption( "Sound\nVolume", SoundVolume, "0%","10%","20%","30%","40%","50%","60%","70%","80%","90%","100%","10%" ),
ConfOption( "", NULL ) // end marker ConfOption( "", NULL ) // end marker
}; };