CHud cleanup: fixes and cosmetic treatment

This commit is contained in:
aap 2019-06-28 13:28:42 +02:00
parent 847720aeae
commit 5a93f67c88
4 changed files with 233 additions and 216 deletions

View file

@ -23,8 +23,6 @@ CDraw::CalculateAspectRatio()
if(FrontEndMenuManager.m_PrefsUseWideScreen)
ms_fAspectRatio = 16.0f/9.0f;
else if(TheCamera.m_WideScreenOn)
ms_fAspectRatio = 1.25f;
else
ms_fAspectRatio = 4.0f/3.0f;
}