brighter default for "movies off"

This commit is contained in:
Chris Danford
2006-06-27 19:01:40 +00:00
parent cc10b4f368
commit 0aa85dc163
+1 -1
View File
@@ -308,7 +308,7 @@ static void BGBrightnessNoZero( int &sel, bool ToSel, const ConfOption *pConfOpt
static void BGBrightnessOrStatic( int &sel, bool ToSel, const ConfOption *pConfOption )
{
const float mapping[] = { 0.25f,0.25f,0.5f,0.75f };
const float mapping[] = { 0.5f,0.25f,0.5f,0.75f };
MoveMap( sel, PREFSMAN->m_fBGBrightness, ToSel, mapping, ARRAYSIZE(mapping) );
if( ToSel && !PREFSMAN->m_bSongBackgrounds )