"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
@@ -74,7 +74,7 @@ PrefsManager::PrefsManager() :
m_iMovieColorDepth ( Options, "MovieColorDepth", 16 ),
m_iMaxTextureResolution ( Options, "MaxTextureResolution", 2048 ),
m_iRefreshRate ( Options, "RefreshRate", REFRESH_DEFAULT ),
m_fAspectRatio ( Options, "AspectRatio", 4/3.0f ),
m_fDisplayAspectRatio ( Options, "DisplayAspectRatio", 4/3.0f ),
m_bShowStats ( Options, "ShowStats",
#ifdef DEBUG
true