add ScreenSelectMusic::FOV

fixes CDTitles
This commit is contained in:
Glenn Maynard
2003-05-30 19:30:06 +00:00
parent eb590154a3
commit e75aa1ff7c
+2 -1
View File
@@ -37,6 +37,7 @@
const int NUM_SCORE_DIGITS = 9;
#define FOV THEME->GetMetricF("ScreenSelectMusic","FOV")
#define BANNER_WIDTH THEME->GetMetricF("ScreenSelectMusic","BannerWidth")
#define BANNER_HEIGHT THEME->GetMetricF("ScreenSelectMusic","BannerHeight")
#define SONG_OPTIONS_EXTRA_COMMAND THEME->GetMetric ("ScreenSelectMusic","SongOptionsExtraCommand")
@@ -224,7 +225,7 @@ ScreenSelectMusic::~ScreenSelectMusic()
void ScreenSelectMusic::DrawPrimitives()
{
DISPLAY->LoadMenuPerspective(90);
DISPLAY->LoadMenuPerspective(FOV);
m_Menu.DrawBottomLayer();
Screen::DrawPrimitives();