From f00bb63423b00d9f6ae899c3dcf28581a80d563b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 3 Jan 2004 04:31:32 +0000 Subject: [PATCH] the options "no" and "off" do not leave much to choice --- stepmania/src/ScreenOptionsMasterPrefs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/ScreenOptionsMasterPrefs.cpp b/stepmania/src/ScreenOptionsMasterPrefs.cpp index a41405319a..357ef72e17 100644 --- a/stepmania/src/ScreenOptionsMasterPrefs.cpp +++ b/stepmania/src/ScreenOptionsMasterPrefs.cpp @@ -475,8 +475,8 @@ static const ConfOption g_ConfOptions[] = ConfOption( "Texture\nResolution", TextureResolution, "256","512","1024","2048" ), ConfOption( "Texture\nColor", TextureColor, "16BIT","32BIT" ), ConfOption( "Movie\nColor", MovieColor, "16BIT","32BIT" ), - ConfOption( "Keep Textures\nIn Memory", KeepTexturesInMemory, "NO","OFF" ), - ConfOption( "SmoothLines", SmoothLines, "OFF","YES" ), + ConfOption( "Keep Textures\nIn Memory", KeepTexturesInMemory, "OFF","ON" ), + ConfOption( "SmoothLines", SmoothLines, "OFF","ON" ), ConfOption( "Refresh\nRate", RefreshRate, "DEFAULT","60","70","72","75","80","85","90","100","120","150" ), ConfOption( "Wait For\nVsync", WaitForVsync, "NO", "YES" ), ConfOption( "Show\nStats", ShowStats, "OFF","ON" ),