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)
This commit is contained in:
freem
2014-07-28 17:54:50 -05:00
committed by Jonathan Payne
parent 0389f55109
commit 87b7aa36a3
+1 -1
View File
@@ -36,7 +36,7 @@ static ThemeMetric<bool> USE_STATIC_BG ("Background","UseStaticBackground");
static Preference<bool> g_bShowDanger( "ShowDanger", true );
static Preference<float> g_fBGBrightness( "BGBrightness", 0.7f );
static Preference<RandomBackgroundMode> g_RandomBackgroundMode( "RandomBackgroundMode", BGMODE_RANDOMMOVIES );
static Preference<int> g_iNumBackgrounds( "NumBackgrounds", 8 );
static Preference<int> g_iNumBackgrounds( "NumBackgrounds", 10 );
static Preference<bool> g_bSongBackgrounds( "SongBackgrounds", true );
// Width of the region separating the left and right brightness areas: