From 87b7aa36a3360f79c005ea7dca304813b47fffd2 Mon Sep 17 00:00:00 2001 From: freem Date: Mon, 28 Jul 2014 17:54:50 -0500 Subject: [PATCH] Make default value for NumBackgrounds preference 10. (The previous value, 8, was unable to be selected in the menu, so it was always getting changed. Thanks to Mad Matt for pointing this out) --- src/Background.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Background.cpp b/src/Background.cpp index 910d5b4284..d607a20122 100644 --- a/src/Background.cpp +++ b/src/Background.cpp @@ -36,7 +36,7 @@ static ThemeMetric USE_STATIC_BG ("Background","UseStaticBackground"); static Preference g_bShowDanger( "ShowDanger", true ); static Preference g_fBGBrightness( "BGBrightness", 0.7f ); static Preference g_RandomBackgroundMode( "RandomBackgroundMode", BGMODE_RANDOMMOVIES ); -static Preference g_iNumBackgrounds( "NumBackgrounds", 8 ); +static Preference g_iNumBackgrounds( "NumBackgrounds", 10 ); static Preference g_bSongBackgrounds( "SongBackgrounds", true ); // Width of the region separating the left and right brightness areas: