"aspect ratio" is ambiguous; s/m_fAspectRatio/m_fDisplayAspectRatio/

This commit is contained in:
Glenn Maynard
2005-01-16 22:57:11 +00:00
parent 10b175566b
commit 7b43001220
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -447,7 +447,7 @@ static void RefreshRate( int &sel, bool ToSel, const ConfOption *pConfOption )
static void AspectRatio( int &sel, bool ToSel, const ConfOption *pConfOption )
{
const float mapping[] = { 3/4.f,1,4/3.0f,16/10.0f,16/9.f, 8/3.f };
MoveMap( sel, PREFSMAN->m_fAspectRatio.Value(), ToSel, mapping, ARRAYSIZE(mapping) );
MoveMap( sel, PREFSMAN->m_fDisplayAspectRatio.Value(), ToSel, mapping, ARRAYSIZE(mapping) );
}
/* Sound options */