fix VC7 warnings

This commit is contained in:
Chris Danford
2003-10-22 12:28:30 +00:00
parent 513f9709ca
commit bd585e46a1
5 changed files with 13 additions and 14 deletions
@@ -465,6 +465,7 @@ static const ConfOption g_ConfOptions[] =
ConfOption( "Preload\nSounds", PreloadSounds, "NO","YES" ),
ConfOption( "Resampling\nQuality", ResamplingQuality, "FAST","NORMAL","HIGH QUALITY" ),
ConfOption( "Attract\nSound", AttractSound, "OFF","ON" ),
ConfOption( "Demonstartion\nSound", DemonstrationSound, "OFF","ON" ),
ConfOption( "Sound\nVolume", SoundVolume, "0%","10%","20%","30%","40%","50%","60%","70%","80%","90%","100%","10%" ),
ConfOption( "", NULL ) // end marker
};