fix battle stuff I broke earlier this week

This commit is contained in:
Chris Danford
2003-07-04 23:18:07 +00:00
parent bc06f43a83
commit 997b38f7b1
3 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -236,14 +236,14 @@ ScreenSelectMusic::~ScreenSelectMusic()
void ScreenSelectMusic::DrawPrimitives()
{
// DISPLAY->LoadMenuPerspective(FOV);
DISPLAY->LoadMenuPerspective(FOV);
m_Menu.DrawBottomLayer();
Screen::DrawPrimitives();
m_Menu.DrawTopLayer();
m_sprOptionsMessage.Draw();
// DISPLAY->LoadMenuPerspective(0);
DISPLAY->LoadMenuPerspective(0);
}
void ScreenSelectMusic::TweenOnScreen()