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" ),